| 1234567891011121314151617 | # editorconfig.orgroot = true[*]charset = utf-8end_of_line = lfindent_size = 4indent_style = spaceinsert_final_newline = truetrim_trailing_whitespace = true[{compose.yaml,compose.*.yaml}]indent_size = 2[*.md]trim_trailing_whitespace = false
 |