root = true
[*]
insert_final_newline = true
end_of_line = 'lf'
[*.py]
charset = 'utf8'
trim_trailing_whitespace = true
indent_style = 'space'
indent_size = 4
[{*.js,*.css}]
charset = 'utf8'
trim_trailing_whitespace = true
indent_style = 'space'
indent_size = 2
