You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
typegoose__typegoose/.prettierrc

12 lines
224 B

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf",
"insertPragma": false,
"printWidth": 140,
"proseWrap": "always"
}