summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-03-25 13:31:17 -0700
committerMatt Turner <mattst88@gmail.com>2022-03-26 17:40:06 +0000
commitb391192bd391009f9d834ea920fd15c872fbe85b (patch)
treed7993423b0ed7f9ea1d835a2724fc84dc62161e7
parentbd930bf94f0bcb9964248cdb5196b97cf93a0921 (diff)
editorconfig: add
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..2a2b05e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[*]
+indent_style = tab
+indent_size = 8
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+