chore: editorconfig handle doctype.json files

[skip ci]
This commit is contained in:
Ankush Menat 2023-01-11 17:08:21 +05:30
parent 266b9a05e1
commit 0855e1969a

View file

@ -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