Skip to content

Commit

Permalink
Configured .editorconfig according to .gitattributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderCow committed Aug 29, 2013
1 parent c90f60a commit b394d2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
root = true

[*]
end_of_line = crlf
end_of_line = lf
insert_final_newline = true

[*.cs]
[*.{cs,sln,csproj,vsmdi}]
indent_style = tab
end_of_line = crlf
trim_trailing_whitespace = true

0 comments on commit b394d2a

Please sign in to comment.