The Wayback Machine - https://web.archive.org/web/20190322181439/https://github.com/vuejs/vue/blob/dev/.editorconfig
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Permalink
Branch: dev
Find file Copy path
1 contributor

Users who have contributed to this file

16 lines (12 sloc) 244 Bytes
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
You can’t perform that action at this time.