diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..722d5e71 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json index e466d70f..5d216026 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -82,5 +82,7 @@ "ranges": "cpp", "span": "cpp", "stop_token": "cpp" - } -} \ No newline at end of file + }, + "go.formatTool": "goformat", + "go.formatFlags": ["-style", "indent=4"] +}