| 123456789101112131415 | # https://EditorConfig.org# top-most EditorConfig fileroot = true[*]charset = utf-8end_of_line = lfindent_size = 2indent_style = tabinsert_final_newline = truetrim_trailing_whitespace = false[{.*,*.md,*.json,*.toml,*.yml,}]indent_style = space
 |