mirror of https://github.com/abpframework/abp.git
3 changed files with 9 additions and 2 deletions
@ -1,5 +1,6 @@ |
|||
{ |
|||
"printWidth": 100, |
|||
"singleQuote": true, |
|||
"trailingComma": "all" |
|||
"trailingComma": "all", |
|||
"arrowParens": "avoid" |
|||
} |
|||
|
|||
@ -1,4 +1,5 @@ |
|||
{ |
|||
"singleQuote": true, |
|||
"printWidth": 100 |
|||
"printWidth": 100, |
|||
"arrowParens": "avoid" |
|||
} |
|||
|
|||
@ -0,0 +1,5 @@ |
|||
{ |
|||
"singleQuote": true, |
|||
"printWidth": 100, |
|||
"arrowParens": "avoid" |
|||
} |
|||
Loading…
Reference in new issue