mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-02 02:26:28 +00:00
26 lines
477 B
INI
26 lines
477 B
INI
root = true
|
|
|
|
[*]
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
indent_size = 4
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
[*.{md,markdown}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{gitattributes,yaml,yml,vcxproj,vcxproj.filters,sln,rc,clang-format,toml}]
|
|
indent_style = space
|
|
|
|
[{Doxyfile,Doxyfile-mcss}]
|
|
indent_style = space
|
|
|
|
[*.{hlsl,rc,sln,vcxproj,vcxproj.filters}]
|
|
end_of_line = crlf
|
|
|
|
[*.{sln,vcxproj,vcxproj.filters}]
|
|
charset = utf-8-bom
|