Skip to content

Commit

Permalink
updated .editorconfig [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
marzer committed Dec 20, 2020
1 parent bd1545a commit 63ec393
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ indent_size = 4
tab_width = 4
end_of_line = lf

[*.{gitattributes, yml, props, vcxproj}]
[*.{gitattributes,yml,props,vcxproj,rc,clang-format}]
indent_style = space

[{Doxyfile, Doxyfile-mcss}]
[{Doxyfile,Doxyfile-mcss}]
indent_style = space

[*.{natvis, props, vcxproj, sln, runsettings}]
[*.{natvis,props,vcxproj,sln,runsettings,rc}]
end_of_line = crlf

[*.{c, cpp, cxx, dox, h, hpp, hxx, inl, toml, xml, py, natvis, props, build, vcxproj, runsettings, yml, ini, json}]
[*.{c,cpp,cxx,dox,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

0 comments on commit 63ec393

Please sign in to comment.