]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - .prettierrc.yml
Migrate to bootstrap 4 and ng-bootstrap
[github/Chocobozzz/PeerTube.git] / .prettierrc.yml
1 printWidth: 140
2 tabWidth: 2
3 useTabs: false
4 semi: false
5 singleQuote: true
6 trailingComma: false
7 bracketSpacing: true
8 arrowParens: always