mirror of
https://github.com/imgfloat/server.git
synced 2026-05-08 10:19:35 +00:00
Add prettier
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"printWidth":120,
|
||||
"tabWidth":2,
|
||||
"useTabs":false,
|
||||
"semi":true,
|
||||
"singleQuote":false,
|
||||
"trailingComma":"all",
|
||||
"bracketSpacing":true,
|
||||
"arrowParens":"always",
|
||||
"requirePragma":false,
|
||||
"insertPragma":false,
|
||||
"proseWrap":"always"
|
||||
}
|
||||
Reference in New Issue
Block a user