summaryrefslogtreecommitdiff
path: root/lib/editorconfig
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-08-27 14:34:49 -0700
committerBen Sima <ben@bsima.me>2019-08-27 14:34:49 -0700
commitf3b91d75d2d3153e9fa4d7414929dcc531779727 (patch)
treec49dc426b64cec2d47dc594a1a5398244ccc4dd0 /lib/editorconfig
parent8c810428d6d93ba718df7e8388615ad7fa3d092c (diff)
reorganize, and some small fixes
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