aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig18
1 files changed, 11 insertions, 7 deletions
diff --git a/.editorconfig b/.editorconfig
index 3e899fd..74dde7f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,12 +1,16 @@
[*]
-charset = utf-8
-end_of_line = lf
+charset = utf-8
+end_of_line = lf
insert_final_newline = true
-indent_style = space
-indent_size = 4
-trim_trailing_whitespace = true
-max_line_length = 80
+indent_style = tab
+indent_size = 4
[*.json]
indent_style = space
-indent_size = 4
+indent_size = 2
+
+[*.yml]
+indent_style = space
+indent_size = 2
+
+# vim: ft=dosini