[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4

[{*.c,*.cpp,*.cxx,*.cc,*.tli,*.tlh,*.h,*.hh,*.hpp,*.hxx,*.hh,*.inl,*.ipp,*.rc,*.resx,*.idl,*.asm,*.inc}]
end_of_line = crlf

[{*.json,*.yml,.bowerrc,.gitignore,.npmignore,.gitattributes,.editorconfig}]
end_of_line = lf
indent_style = space
indent_size = 2

[*.md]
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
