Add .json to .editorconfig

This commit is contained in:
SilentSpike
2019-01-30 22:22:17 +00:00
committed by Bryan Housel
parent 1ae45b94f5
commit 7893b30e40
+1 -1
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