aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index e5a5e617..9d695c7f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,6 +14,13 @@ tab_width = 4
end_of_line = lf
insert_final_newline = true
+# JSON files
+[*.json]
+
+# Indentation and spacing
+indent_size = 2
+tab_width = 2
+
# C# files
[*.cs]