16 lines
423 B
INI
16 lines
423 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
#
|
|
# https://visualstudiogallery.msdn.microsoft.com/c8bccfe2-650c-4b42-bc5c-845e21f96328
|
|
# Or install via Extensions inside Visual Studio.
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8-bom
|
|
indent_style = space
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|