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 203ac28 commit f91dbefCopy full SHA for f91dbef
dprint.json
@@ -1,6 +1,6 @@
1
{
2
"indentWidth": 4,
3
- "lineWidth": 1000, // TODO: This should be a lot smaller. Hopefully 120.
+ "lineWidth": 120,
4
"newLineKind": "auto",
5
"useTabs": false,
6
"typescript": {
@@ -19,9 +19,7 @@
19
// TODO: If we lower "lineWidth", does this matter? With the current width, this doesn't do anything.
20
"preferHanging": false,
21
22
- // TODO: This is currently "maintain", but my (Jake's) preference would be "nextLine".
23
- // The current state seems to be a mismash of some "nextLine" but mostly "sameLine". Unfortunate.
24
- "operatorPosition": "maintain",
+ "operatorPosition": "nextLine",
25
26
// Don't reorder imports/exports; this can change runtime behavior, which matters
27
// once TS is modules.
0 commit comments