We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc34f29 commit 4791b59Copy full SHA for 4791b59
.prettierrc.json
@@ -2,6 +2,7 @@
2
"arrowParens": "always",
3
"bracketSameLine": false,
4
"bracketSpacing": true,
5
+ "endOfLine": "lf",
6
"jsxSingleQuote": true,
7
"printWidth": 80,
8
"quoteProps": "as-needed",
.vscode/settings.json
@@ -17,6 +17,9 @@
17
"clock.format": "isoUtcDateTime",
18
"jest.autoRevealOutput": "on-exec-error",
19
"jest.autoRun": "off",
20
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
21
+ "editor.formatOnSave": true,
22
+ "files.eol": "\n",
23
"terminal.integrated.confirmOnExit": "always",
24
"workbench.colorCustomizations": {
25
"editorIndentGuide.background1": "#8CA58B8F",
0 commit comments