Add .editorconfig JSON exception

This commit is contained in:
William Oldham 2024-12-30 18:05:28 +00:00
commit f45126f371

View file

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