root = true

[*]
end_of_line = lf

[*.{js,py}]
charset = utf-8

[*.{js,scss}]
indent_style = space
indent_size = 2

[*.{html,py}]
indent_style = space
indent_size = 4

[*.{json,yaml}]
indent_style = space
indent_size = 2

[Makefile]
indent_style = tab
