We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9d4a4 commit b5030ecCopy full SHA for b5030ec
.editorconfig
@@ -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
@@ -0,0 +1,13 @@
+"*.vue" eol=lf
+"*.js" eol=lf
+"*.ts" eol=lf
+"*.jsx" eol=lf
+"*.tsx" eol=lf
+"*.mjs" eol=lf
+"*.json" eol=lf
+"*.html" eol=lf
+"*.css" eol=lf
+"*.scss" eol=lf
+"*.md" eol=lf
12
+"*.yaml" eol=lf
13
+"*.yml" eol=lf
0 commit comments