diff --git a/home/editorconfig b/home/editorconfig index 024ed80..10f9d6b 100644 --- a/home/editorconfig +++ b/home/editorconfig @@ -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