Add .json to .editorconfig

This commit is contained in:
SilentSpike
2019-01-30 22:22:17 +00:00
parent 1a66435b35
commit 9efcb60960

View File

@@ -8,6 +8,6 @@ insert_final_newline = false
[*.js]
end_of_line = lf
[*.{js,css,html}]
[*.{js,json,css,html}]
indent_style = space
indent_size = 4