aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 1923d41..eebf0a8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,3 +6,7 @@ indent_size = 2
6charset = utf-8 6charset = utf-8
7trim_trailing_whitespace = true 7trim_trailing_whitespace = true
8insert_final_newline = true 8insert_final_newline = true
9
10[Makefile]
11indent_style = tab
12indent_size = 4