| 123456789101112131415161718192021 | # editorconfig.orgroot = true[*]charset = utf-8indent_style = spaceindent_size = 2end_of_line = lfinsert_final_newline = truetrim_trailing_whitespace = true[*.{html,xml}]indent_style = tabinsert_final_newline = unset[*.md]indent_style = unsetindent_size = unsetinsert_final_newline = unsettrim_trailing_whitespace = unset
 |