Skip to content

Commit 8feb257

Browse files
NeuralLineNeuralLine
NeuralLine
authored and
NeuralLine
committed
Structure and guidelines, consistency and clarity update
1 parent cbea97b commit 8feb257

26 files changed

+5330
-2810
lines changed

.prettierrc

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"printWidth": 160,
3-
"semi": false,
4-
"singleQuote": true,
5-
"trailingComma": "all",
6-
"bracketSpacing": false,
7-
"jsxBracketSameLine": true,
8-
"arrowParens": "avoid",
9-
"insertPragma": true,
10-
"tabWidth": 2,
11-
"useTabs": false
2+
"printWidth": 120,
3+
"semi": false,
4+
"singleQuote": true,
5+
"trailingComma": "none",
6+
"bracketSpacing": false,
7+
"jsxBracketSameLine": true,
8+
"arrowParens": "avoid",
9+
"insertPragma": true,
10+
"tabWidth": 2,
11+
"useTabs": false
1212
}

0 commit comments

Comments
 (0)