editorconfig: add json config

This commit is contained in:
Felix Buehler 2023-04-16 16:56:59 +02:00
parent d2646d1a5d
commit ffd5c8b5c1

View file

@ -15,3 +15,7 @@ charset = utf-8
[*.nix]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2