information-system-gui/.prettierrc

19 lines
248 B
Plaintext
Raw Permalink Normal View History

2023-06-29 16:03:38 +02:00
# Prettier configuration
printWidth: 140
singleQuote: true
tabWidth: 2
useTabs: false
# js and ts rules:
arrowParens: avoid
# jsx and tsx rules:
bracketSameLine: false
# java rules:
overrides:
- files: "*.java"
options:
tabWidth: 4