Newer
Older
Import / research / reflection / vue / my-project / .editorconfig
@John John on 29 Dec 2020 187 bytes bulk import from macbookpro checkouts
root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false