# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true


[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false

# 4 spaces indentation
[*.{py,rs}]
indent_style = space
indent_size = 4

# 2 spaces indentation
[*.{js,ts,json,y{a,}ml,toml,html}]
indent_style = space
indent_size = 2

# format required
[*.{md,rst}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2
