Edit: prettier config
This commit is contained in:
@@ -5,5 +5,9 @@
|
||||
"tabWidth": 2,
|
||||
"bracketSpacing": true,
|
||||
"endOfLine": "lf",
|
||||
"semi": true
|
||||
"semi": true,
|
||||
"arrowParens": "always",
|
||||
"bracketSameLine": false,
|
||||
"insertPragma": false,
|
||||
"useTabs": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user