mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
prettier config
This commit is contained in:
parent
8c7c37cf98
commit
3f7a5504c7
@ -1,11 +1,13 @@
|
|||||||
//https://prettier.io/docs/en/options.html
|
//https://prettier.io/docs/en/options.html
|
||||||
module.exports = {
|
module.exports = {
|
||||||
semi: true,
|
semi: true,
|
||||||
trailingComma: 'es5',
|
trailingComma: 'none',
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
printWidth: 120,
|
printWidth: 100,
|
||||||
tabWidth: 4,
|
tabWidth: 4,
|
||||||
// useTabs: false,
|
useTabs: false,
|
||||||
// bracketSpacing: true,
|
quoteProps: "as-needed",
|
||||||
|
bracketSpacing: true,
|
||||||
|
arrowParens: "avoid"
|
||||||
// htmlWhitespaceSensitivity: 'ignore',
|
// htmlWhitespaceSensitivity: 'ignore',
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user