Add .editorconfig JSON exception
This commit is contained in:
parent
3abcf166e8
commit
f45126f371
1 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
|||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
|
||||
[*.json]
|
||||
indent_size = 2
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue