felicity-lims/.prettierrc

18 lines
250 B
Text
Raw Permalink Normal View History

2023-04-10 09:29:10 +08:00
# Prettier configuration
printWidth: 140
singleQuote: true
tabWidth: 4
useTabs: false
# js and ts rules:
arrowParens: avoid
# jsx and tsx rules:
jsxBracketSameLine: false
# python rules:
overrides:
- files: "*.py"
options:
tabWidth: 4