2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2024-12-29 19:41:50 +01:00
tachiyomi-website/.prettierrc

10 lines
169 B
Plaintext
Raw Normal View History

{
"tabWidth": 4,
"useTabs": true,
"printWidth": 120,
"trailingComma": "es5",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "ignore",
"endOfLine": "auto"
}