SloudhostPage/.prettierrc
SloudPL df7dddae70
Some checks are pending
Release / release (push) Waiting to run
Test / Run tests (push) Waiting to run
Moved from GitHub
2025-03-19 12:13:58 +01:00

11 lines
226 B
Text

{
"arrowParens": "always",
"bracketSpacing": true,
"bracketSameLine": false,
"tabWidth": 4,
"trailingComma": "all",
"semi": true,
"printWidth": 80,
"endOfLine": "lf",
"singleQuote": false
}