]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .prettierrc.yml
Upgrade release script to support release branch
[github/Chocobozzz/PeerTube.git] / .prettierrc.yml
index aa374328e27b6a00ed32b5c5162453bd00aadb04..d8379671fd8fc89e0b9bd4af2a3628dc63d3fc6a 100644 (file)
@@ -1,8 +1,8 @@
-printWidth: 80
+printWidth: 140
 tabWidth: 2
 useTabs: false
 semi: false
 singleQuote: true
-trailingComma: all
+trailingComma: false
 bracketSpacing: true
 arrowParens: always