19 строки
500 B
INI
19 строки
500 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
# To make use of this, simply install a plugin for Visual Studio 20XX, Visual Studio Code, Notepad++ or XCode
|
|
# Will work out of the box with Visual Studio 15+
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Default settings for all files
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
|
|
# additional settings for code files
|
|
[*.{cpp,h,inl,c,cs}]
|
|
indent_size = 4
|
|
end_of_line = crlf
|
|
insert_final_newline = true
|