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 72316034..8ef13825 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,7 +8,7 @@ insert_final_newline = true
8indent_style = tab 8indent_style = tab
9indent_size = 4 9indent_size = 4
10 10
11[*.{html,js,json,jsx,scss}] 11[*.{html,js,json,jsx,scss,ts,tsx}]
12indent_style = space 12indent_style = space
13indent_size = 2 13indent_size = 2
14 14