You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
429 B
INI

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
max_line_length = 100
[Dockerfile]
indent_size = 4
[{Makefile,*.mk}]
indent_style = tab
indent_size = 8
[*.rb]
indent_size = 4
[*.rs]
indent_size = 4
[*.s]
indent_style = tab
indent_size = 8
[*.sh]
indent_size = 4
[*.toml]
indent_size = 4
[*.{yml,yaml}]
indent_size = 2