Add prettier config to language server

This commit is contained in:
Josh Gross
2022-11-29 17:41:13 -05:00
parent c699535fb0
commit 3b9c6711eb
3 changed files with 18 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"singleQuote": false,
"bracketSpacing": false,
"trailingComma": "none",
"arrowParens": "avoid"
}