Add VS2017 editor config (#94)

This commit is contained in:
Eric Lasota
2018-05-09 20:52:32 -04:00
committed by Chuck Walbourn
parent 9b2c9437d5
commit 5e056e8270
5 changed files with 51 additions and 10 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*.{cpp,h,fx,hlsl}]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = crlf
charset = latin1