mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
moreover: - indent yml with 2 spaces and format them - cleanup codecov ignore rules, remove deleted projects
19 lines
270 B
INI
19 lines
270 B
INI
# https://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.yml]
|
|
indent_size = 2
|