retag-nix-docker-image/.prettierrc.yml

17 lines
310 B
YAML
Raw Permalink Normal View History

2025-01-11 21:39:23 +00:00
# See: https://prettier.io/docs/en/configuration
printWidth: 80
tabWidth: 2
useTabs: false
semi: true
singleQuote: true
quoteProps: as-needed
jsxSingleQuote: false
trailingComma: es5
bracketSpacing: true
bracketSameLine: true
arrowParens: always
proseWrap: always
htmlWhitespaceSensitivity: css
endOfLine: lf