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 973cd6a commit e839e68Copy full SHA for e839e68
.editorconfig
@@ -1,7 +1,10 @@
1
+root = true
2
+[*]
3
+end_of_line = lf
4
+
5
[*.{js,jsx,ts,tsx,vue}]
6
indent_style = space
7
indent_size = 4
-end_of_line = lf
8
trim_trailing_whitespace = true
9
insert_final_newline = true
10
max_line_length = 120
.prettierrc.json
@@ -8,5 +8,6 @@
"jsxSingleQuote": false,
"bracketSameLine": false,
"jsxBracketSameLine": false,
11
- "trailingComma": "all"
+ "trailingComma": "all",
12
+ "endOfLine": "lf"
13
}
.vscode/settings.json
@@ -3,5 +3,6 @@
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
- "editor.defaultFormatter": "esbenp.prettier-vscode"
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "files.eol": "\n"
0 commit comments