editorconfig: apply 2-space indent rule for .json files as well

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-16 16:15:29 +02:00
parent 46028fd53d
commit 318c81200a
Signed by: c8h4
GPG key ID: 1538094429952F86

View file

@ -11,5 +11,5 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.yaml]
[*.{json,yaml}]
indent_size = 2