Files
BeamMP-Website/.prettierrc
2025-11-30 16:01:49 +00:00

12 lines
211 B
Plaintext

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "es5",
"printWidth": 100,
"arrowParens": "always",
"endOfLine": "lf",
"vueIndentScriptAndStyle": false
}