seedling/source/global/prettierrc
Roman Jaroš bc0c275e70
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
forgejo/Procyon/seedling/pipeline/pr-master There was a failure building this commit
Rename source folders
2024-01-10 21:08:53 +00:00

9 lines
No EOL
144 B
Text

{
"useTabs": true,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"parser": "typescript",
"printWidth": 120,
"bracketSameLine": true
}