Skip to content

Commit b5030ec

Browse files
committed
chore: add settings file
1 parent 6d9d4a4 commit b5030ec

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Editor configuration, see http://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
"*.vue" eol=lf
2+
"*.js" eol=lf
3+
"*.ts" eol=lf
4+
"*.jsx" eol=lf
5+
"*.tsx" eol=lf
6+
"*.mjs" eol=lf
7+
"*.json" eol=lf
8+
"*.html" eol=lf
9+
"*.css" eol=lf
10+
"*.scss" eol=lf
11+
"*.md" eol=lf
12+
"*.yaml" eol=lf
13+
"*.yml" eol=lf

0 commit comments

Comments
 (0)