aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 5ce3abdf..60e56bf7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -10,6 +10,6 @@ insert_final_newline = true
10indent_style = tab 10indent_style = tab
11indent_size = 4 11indent_size = 4
12 12
13[*.{html,js,json,jsx,scss,ts,tsx,yml}] 13[*.{grammar,html,js,json,jsx,scss,ts,tsx,yml}]
14indent_style = space 14indent_style = space
15indent_size = 2 15indent_size = 2