Skip to content

Commit

Permalink
Update configuration files for TOML support
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed Jan 12, 2024
1 parent a46f3e5 commit a2d1900
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ indent_size = 4
[*.go]
indent_style = tab

[*.{json,yaml}]
[*.{json,toml,yaml}]
indent_size = 2
indent_style = space

Expand Down
4 changes: 4 additions & 0 deletions .taplo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[formatting]
column_width = 120
align_comments = false
indent_entries = true
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"EditorConfig.EditorConfig",
"golang.go",
"ms-azuretools.vscode-docker",
"tamasfe.even-better-toml",
],
}

0 comments on commit a2d1900

Please sign in to comment.