summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-05-02 12:38:07 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-05-02 12:38:07 -0400
commit0b298ed2cd5e247dee06ce08d9c81754c1595110 (patch)
tree00565fb6749c04a2e0a8530ba231c4beb5c22ec3
parentnvim: lsp: don't autostart deno or ts lsps (diff)
add ~ level 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