summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2014-11-20 15:22:49 -0500
committerAnish Athalye <me@anishathalye.com>2014-11-20 15:22:49 -0500
commit6d08479626663e45c5d5354924dec6aaa8055667 (patch)
treebf5f15d2c8c3d7d41a98435b648cbacd7705e8e6 /.editorconfig
parenta55a179b7130b37e25c7675a8d8de5ab47e3b9c6 (diff)
Add editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..743d508
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,14 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+trim_trailing_whitespace = true
+
+[*.md]
+indent_size = 4
+
+[*.py]
+indent_size = 2