Thanks to visit codestin.com Credit goes to github.com
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.
.gram
.editorconfig
1 parent 3e0ead0 commit 3e718d9Copy full SHA for 3e718d9
1 file changed
.editorconfig
@@ -1,11 +1,11 @@
1
root = true
2
3
-[*.{py,c,cpp,h,js,rst,md,yml}]
+[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}]
4
trim_trailing_whitespace = true
5
insert_final_newline = true
6
indent_style = space
7
8
-[*.{py,c,cpp,h}]
+[*.{py,c,cpp,h,gram}]
9
indent_size = 4
10
11
[*.rst]
0 commit comments