Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit 3457e95

Browse files
committedJan 27, 2019
vs format on save
1 parent 0d69643 commit 3457e95

File tree

4 files changed

+388
-1
lines changed

4 files changed

+388
-1
lines changed
 

Diff for: ‎.prettierrc.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
printWidth: 100,
3+
tabWidth: 2,
4+
semicolons: true,
5+
singleQuote: false,
6+
trailingComma: false,
7+
bracketSpacing: true,
8+
jsxBracketSameLine: true,
9+
arrowParens: "always"
10+
};

Diff for: ‎.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.formatOnSave": true
3+
}

0 commit comments

Comments
 (0)