root = true

[*.{py,rest}]
charset = utf-8
indent_size = 4
indent_style = tab
max_line_length = 119

[*.{html,css,js}]
charset = utf-8
indent_size = 2
indent_style = space
