Add .gram file to the .editorconfig (#136680)
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*.{py,c,cpp,h,js,rst,md,yml,yaml}]
|
[*.{py,c,cpp,h,js,rst,md,yml,yaml,gram}]
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
[*.{py,c,cpp,h}]
|
[*.{py,c,cpp,h,gram}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.rst]
|
[*.rst]
|
||||||
|
|||||||
Reference in New Issue
Block a user