EditorConfig to CrLf

This commit is contained in:
Stephan
2017-09-24 22:10:19 +02:00
parent e71c9740cd
commit 057d1a3395

View File

@@ -1,10 +1,10 @@
root=true root=true
[*] [*]
end_of_line = lf end_of_line = crlf
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
trim_trailing_whitespace = true trim_trailing_whitespace = true
[*.{cs,cshtml,csx,vb,vbx,vbhtml,fs,fsx,txt,ps1,sql}] [*.{cs,cshtml,csx,vb,vbx,vbhtml,fs,fsx,txt,ps1,sql}]
indent_size = 4 indent_size = 4