Port v7@2aa0dfb2c5 - WIP

This commit is contained in:
Stephan
2018-03-20 10:43:18 +01:00
parent 10972002d9
commit 0cbfebe21c
274 changed files with 9049 additions and 3647 deletions
+12 -5
View File
@@ -1,10 +1,17 @@
root=true
# editorconfig.org
# top-most EditorConfig file
root = true
# Default settings:
# A newline ending every file
# Use 4 spaces as indentation
[*]
end_of_line = crlf
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{cs,cshtml,csx,vb,vbx,vbhtml,fs,fsx,txt,ps1,sql}]
indent_size = 4
# Trim trailing whitespace, limited support.
# https://github.com/editorconfig/editorconfig/wiki/Property-research:-Trim-trailing-spaces
trim_trailing_whitespace = true