This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
.prettierrc 248 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
# Prettier configuration

printWidth: 140
singleQuote: true
tabWidth: 2
useTabs: false

# js and ts rules:
arrowParens: avoid

# jsx and tsx rules:
Michael Breu's avatar
Michael Breu committed
bracketSameLine: false

# java rules:
overrides:
  - files: '*.java'
Michael Breu's avatar
Michael Breu committed
    options:
      tabWidth: 4