Skip to content

Commit 56157cf

Browse files
authored
Merge pull request #2440 from CosmWasm/toml-indent_size
Editorconfig: use 4 spaces for .toml indent
2 parents bd9a788 + 7403247 commit 56157cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ insert_final_newline = true
1010
[*.rs]
1111
indent_size = 4
1212

13+
[*.toml]
14+
indent_size = 4 # For compliance with our taplo config
15+
1316
[*.py]
1417
indent_size = 4

0 commit comments

Comments
 (0)