aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index 3433fac..c420a82 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,8 +1,13 @@
root = true
-[{*.{s,S},Makefile}]
+[*]
charset = utf-8
-end_of_line = lf
+indent_size = 4
insert_final_newline = true
+end_of_line = lf
+
+[*.{s,S}]
indent_style = space
-indent_size = 4
+
+[Makefile]
+indent_style = tab