1[*]
2charset = utf-8
3indent_style = space
4indent_size = 4
5trim_trailing_whitespace = true
6insert_final_newline = true
7
8[*.{css,html,yml,rb}]
9indent_style = space
10indent_size = 2
11