Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"endOfLine": "crlf",
|
||||
"printWidth": 240,
|
||||
"proseWrap": "never",
|
||||
"arrowParens": "avoid",
|
||||
"bracketSpacing": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "all",
|
||||
"semi": true
|
||||
}
|
||||
Reference in New Issue
Block a user