# https://editorconfig.org/

root = true

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

[*.{bat,cmd,ps1}]
end_of_line = crlf

[*.{css,js,rst,scss,yaml,yml}]
indent_size = 2

[Makefile]
indent_style = tab
