aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ae26532
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
1root = true
2
3[*]
4charset = utf-8
5trim_trailing_whitespace = true
6insert_final_newline = true
7end_of_line = lf
8indent_style = space
9indent_size = 2
10
11[Makefile]
12indent_style = tab
13indent_size = 4