root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,rst,ini}]
max_line_length = 120

[*.{js,jsx,ts,tsx,json,yml,yaml,toml,css,scss,less,html,xml,sh,bash,bat,cmd,ps1}]
indent_size = 4

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
