summaryrefslogtreecommitdiff
path: root/lib/editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/editorconfig')
-rw-r--r--lib/editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/editorconfig b/lib/editorconfig
new file mode 100644
index 0000000..c977887
--- /dev/null
+++ b/lib/editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.h]
+indent_style = tab \ No newline at end of file