mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-13 07:18:30 -05:00
chore: create .editorconfig (#2229) [ci skip]
This commit is contained in:
committed by
Haoqun Jiang
parent
6f12d35cae
commit
8582a083f6
@@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
Reference in New Issue
Block a user