miw-t-uwu-t-pub.id/.prettierrc
2023-03-11 19:39:16 +05:45

11 lines
211 B
Text

{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "consistent",
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "crlf"
}