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