diff --git a/.editorconfig b/.editorconfig index e9954ee..962ce5d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ indent_size = 4 [*.go] indent_style = tab -[*.{json,yaml}] +[*.{json,toml,yaml}] indent_size = 2 indent_style = space diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..2e88339 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,4 @@ +[formatting] + column_width = 120 + align_comments = false + indent_entries = true diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c77ec1b..a6fd924 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,5 +3,6 @@ "EditorConfig.EditorConfig", "golang.go", "ms-azuretools.vscode-docker", + "tamasfe.even-better-toml", ], }