chore: editorconfig handle doctype.json files
[skip ci]
This commit is contained in:
parent
266b9a05e1
commit
0855e1969a
1 changed files with 6 additions and 0 deletions
|
|
@ -13,3 +13,9 @@ charset = utf-8
|
|||
indent_style = tab
|
||||
indent_size = 4
|
||||
max_line_length = 99
|
||||
|
||||
# JSON files - mostly doctype schema files
|
||||
[{*.json}]
|
||||
insert_final_newline = false
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue