root = true

[*]
indent_style = tab
indent_size = 4

[*.{cpp,c,h,cc}]
indent_style = tab
indent_size = 4
end_of_line = crlf
charset = cp932
trim_trailing_whitespace = true
insert_final_newline = true

[*.html]
end_of_line = crlf
charset = cp932
indent_style = space
indent_size = 2

[*.md]
end_of_line = crlf
charset = utf-8-bom
indent_style = space

[*.pl]
end_of_line = lf
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

[*.txt]
end_of_line = crlf
charset = cp932
indent_style = tab
indent_size = 4

[*.asm]
end_of_line = crlf
charset = utf8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[{CMakeLists.txt,*.cmake}]
end_of_line = crlf
charset = utf-8-bom
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.bat]
charset = cp932
end_of_line = crlf
indent_style = space
indent_size = 4

[{*.iss,*.iss.in}]
end_of_line = crlf
charset = utf-8-bom
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.ini]
end_of_line = crlf

[*.sh]
end_of_line = lf
charset = utf-8
