From 754ea372c66afad144988fcab2d7cf1fdbb3f2fc Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 24 Jul 2016 19:12:57 -0400 Subject: markdown requires spaces instead of tabs, force it with a .editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') 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 -- cgit v1.3.1