mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
styles: avoid arrow parens
This commit is contained in:
parent
9e0831d8ed
commit
b2c4ebf373
1 changed files with 2 additions and 1 deletions
|
|
@ -74,6 +74,7 @@
|
|||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"semi": false,
|
||||
"trailingComma": "all"
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue