tachiyomi-website/website/.prettierrc.js
Soitora ca560632b8
Attempt to move website to git subdirectory
Better readability as there's a bunch of files that are not related to each other in the root directory
2023-07-26 01:12:38 +02:00

10 lines
174 B
JavaScript

module.exports = {
tabWidth: 4,
useTabs: true,
printWidth: 120,
trailingComma: "es5",
bracketSpacing: true,
htmlWhitespaceSensitivity: "ignore",
endOfLine: "auto",
};