summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-07-24 19:12:57 -0400
committerJordan Wiens <jordan@psifertex.com>2016-07-24 19:12:57 -0400
commit754ea372c66afad144988fcab2d7cf1fdbb3f2fc (patch)
treeb1e9d938b5bdf437c571276cbbe1908c63401eef /.editorconfig
parent4b722a7961e372bd5638a0e538272395d60a1797 (diff)
markdown requires spaces instead of tabs, force it with a .editorconfig file
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..11c5c733
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Tab indentation (no size specified)
+[*.md]
+indent_style = space
+indent_size = 4