datasurvey/.prettierrc

19 lines
251 B
Plaintext
Raw Permalink Normal View History

2021-07-03 21:48:27 +00:00
# Prettier configuration
printWidth: 140
singleQuote: true
tabWidth: 2
useTabs: false
# js and ts rules:
arrowParens: avoid
# jsx and tsx rules:
jsxBracketSameLine: false
# java rules:
overrides:
- files: "*.java"
options:
tabWidth: 4