summaryrefslogtreecommitdiff
path: root/ide/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'ide/settings.json')
-rw-r--r--ide/settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/ide/settings.json b/ide/settings.json
new file mode 100644
index 0000000..94b335f
--- /dev/null
+++ b/ide/settings.json
@@ -0,0 +1,6 @@
+{
+ "gopls": {
+ "formatting.gofumpt": true
+ },
+ "go.toolsEnvVars": {"GOFUMPT_SPLIT_LONG_LINES":"on"}
+} \ No newline at end of file