Added .editorconfig, might cause a bit less identation / line ending mess. It will automatically set the given settings in the used text editor if the Editor Config plugin is installed (available for several text editors), info: http://editorconfig.org/

This commit is contained in:
CoderCow 2013-07-22 10:13:44 +02:00
parent ca6efe66f3
commit 12031e804c

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = crlf
insert_final_newline = false
[*.cs]
indent_style = tab
trim_trailing_whitespace = true