Skip to content

Commit

Permalink
Adds an editorconfig
Browse files Browse the repository at this point in the history
Prevents github putting newlines at the end of files in the web editor (something that would make expanding the context on the diff annoying to do.

Sets the default tab size to be the same as DM.
  • Loading branch information
MrStonedOne authored Jan 30, 2017
1 parent 1566572 commit 8d984ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[*]
insert_final_newline = false
indent_style = tab
indent_size = 4

0 comments on commit 8d984ef

Please sign in to comment.