editorconfig: indent JSON with 2 spaces

This commit is contained in:
Fernando Schauenburg 2024-10-23 18:12:55 +02:00
parent ac6e86a9b2
commit baa4f6a508

View file

@ -3,6 +3,9 @@ root = true
[*]
insert_final_newline = true
[*.json]
indent_size = 2
[*.cs]
# Prefer expression body for methods when they will be a single line, but never