tomlplusplus/.editorconfig
Mark Gillard 3792093d09 v1.3.0
2020-06-02 18:49:16 +03:00

23 lines
431 B
INI

root = true
[*]
insert_final_newline = true
indent_style = tab
indent_size = 4
tab_width = 4
end_of_line = lf
[*.{gitattributes, yml, props, vcxproj}]
indent_style = space
[*.{natvis, props, vcxproj, sln, runsettings}]
end_of_line = crlf
[*.{c, cpp, cxx, h, hpp, hxx, inl, toml, xml, py, natvis, props, build, vcxproj, runsettings, yml, ini, json}]
charset = utf-8
trim_trailing_whitespace = true
[*.sln]
charset = utf-8-bom