Skip to content

Commit

Permalink
converting tabs to spaces for all markdown, adding editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Oct 30, 2017
1 parent d94f37d commit d5912ee
Show file tree
Hide file tree
Showing 16 changed files with 2,050 additions and 2,038 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4

[*.md]
indent_style = space
indent_size = 4
Loading

0 comments on commit d5912ee

Please sign in to comment.