Add JSON to EditorConfig

This commit is contained in:
MrTimscampi 2020-04-25 14:05:29 +02:00
parent 9981e7da4f
commit 441d0517b0

View File

@ -7,3 +7,6 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[json]
indent_size = 2