aboutsummaryrefslogtreecommitdiff
path: root/src/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/.editorconfig')
-rw-r--r--src/.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/.editorconfig b/src/.editorconfig
index 851927f..d98de8a 100644
--- a/src/.editorconfig
+++ b/src/.editorconfig
@@ -4,12 +4,15 @@ root = true
charset = utf-8
indent_style = tab
tab_width = 4
+indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
+indent_style = space
+indent_size = 2
[*.md]
max_line_length = off