Skip to content

Commit

Permalink
markdown requires spaces instead of tabs, force it with a .editorconf…
Browse files Browse the repository at this point in the history
…ig file
  • Loading branch information
psifertex committed Jul 24, 2016
1 parent 4b722a7 commit 754ea37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 754ea37

Please sign in to comment.