Skip to content

Commit

Permalink
.editorconfig enforces new line settings (tModLoader#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
abluescarab authored and Jofairden committed Aug 3, 2017
1 parent ace7694 commit e894c4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ root = true

[*.cs]
indent_style = tab
indent_size = 4
indent_size = 4
csharp_new_line_before_open_brace = all
csharp_new_line_before_else = true
csharp_new_line_before_catch = true
csharp_new_line_before_finally = true

0 comments on commit e894c4c

Please sign in to comment.