We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.toml
.editorconfig
1 parent d63c994 commit 2df69d0Copy full SHA for 2df69d0
1 file changed
.editorconfig
@@ -1,11 +1,11 @@
1
root = true
2
3
-[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}]
+[*.{py,c,cpp,h,js,rst,md,yml,yaml,toml,gram}]
4
trim_trailing_whitespace = true
5
insert_final_newline = true
6
indent_style = space
7
8
-[*.{py,c,cpp,h,gram}]
+[*.{py,c,cpp,h,toml,gram}]
9
indent_size = 4
10
11
[*.rst]
0 commit comments