summaryrefslogtreecommitdiff
path: root/dot_editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dot_editorconfig')
-rw-r--r--dot_editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/dot_editorconfig b/dot_editorconfig
new file mode 100644
index 0000000..cb93629
--- /dev/null
+++ b/dot_editorconfig
@@ -0,0 +1,14 @@
+# global editorconfig
+root = true
+
+# reasonable everything defaults
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+# don't mess with my makefiles thanks
+[Makefile]
+indent_style = tab
+indent_size = 4