[*]
end_of_line = lf
charset = utf-8
max_line_length = 80
trim_trailing_whitespace = true
insert_final_newline = false

[*.{html,js,sh,sass,md,mmark}]
indent_style = space
indent_size = 2

[Makefile]
indent_style = tab
