5 changed files with 25 additions and 4 deletions
@ -0,0 +1,11 @@ |
|||
{ |
|||
"tabWidth": 4, |
|||
"useTabs": false, |
|||
"semi": false, |
|||
"singleQuote": false, |
|||
"trailingComma": "all", |
|||
"bracketSpacing": true, |
|||
"arrowParens": "avoid", |
|||
"htmlWhitespaceSensitivity": "ignore", |
|||
"printWidth": 120 |
|||
} |
Loading…
Reference in new issue