nix-flake-outputs-size/.prettierrc.yml
Jalil David Salamé Messina 0be52794ad
Some checks failed
/ check (treefmt) (push) Successful in 4s
/ report-size (push) Failing after 1s
/ report-download-check (push) Has been skipped
WIP: refactor: port to JS
This should hopefully reduce the complexity of the action
2025-07-10 23:58:30 +02:00

15 lines
311 B
YAML

# See: https://prettier.io/docs/en/configuration
printWidth: 80
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
quoteProps: as-needed
jsxSingleQuote: false
trailingComma: none
bracketSpacing: true
bracketSameLine: true
arrowParens: always
proseWrap: always
htmlWhitespaceSensitivity: css
endOfLine: lf