# -*- mode: conf-unix; -*-

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

# top-most EditorConfig file
root = true

# defaults
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space

[*.{ini,py,rst}]
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 88

[*.{js,jsx,ts,tsx,json}]
indent_size = 2

[*.{html,css,scss}]
indent_size = 2
trim_trailing_whitespace = true

[*.yml]
indent_size = 2
trim_trailing_whitespace = true

[*.toml]
indent_size = 4
trim_trailing_whitespace = true

[Makefile]
indent_style = tab
trim_trailing_whitespace = true
