summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-04-07 00:10:26 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2019-04-07 00:12:44 -0400
commitedaf4dc4793daf8e50e18470409954fb20169a4c (patch)
treec6efb0f787cede777d1798587a78b8d537c9a604
parent057767ca8df1b7c84f86413e3d2aa208fddbb5ec (diff)
Add a .editorconfig file
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..672d53b
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+indent_style = tab
+
+[*.py]
+indent_style = space
+indent_size = 4