mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
|
module.exports = {
|
||
|
tabWidth: 4,
|
||
|
useTabs: true,
|
||
|
printWidth: 120,
|
||
|
trailingComma: "es5",
|
||
|
bracketSpacing: true,
|
||
|
htmlWhitespaceSensitivity: "ignore",
|
||
|
endOfLine: "auto",
|
||
|
};
|