2017-03-14 17:43:29 +00:00
|
|
|
# indicate this is the root of the project
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2017-08-14 20:40:56 +00:00
|
|
|
# Finally, having a default of UTF-8 *without* BOM got fixed in VS2017 15.3
|
|
|
|
charset = utf-8
|