root = true

[*]
tab_width = 4
end_of_line = lf
max_line_length = 88
ij_visual_guides = 88
insert_final_newline = true
trim_trailing_whitespace = true

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

[*.md]
trim_trailing_whitespace = false

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

[Makefile]
indent_style = tab

[.flake8]
indent_style = space
indent_size = 2

[*.{py,pyw,ini}]
indent_style = space
indent_size = 4
ij_python_from_import_parentheses_force_if_multiline = true

[*.sh]
end_of_line = lf
indent_style = space
indent_size = 2

[*.{bat,cmd}]
end_of_line = crlf
indent_style = space
indent_size = 2


[*.{html,htm,css,scss,sass,less,js,jsx,ts,tsx,json,yml,yaml,xml,toml,md}]
indent_style = space
indent_size = 2
