X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.prettierrc.yml;h=d8379671fd8fc89e0b9bd4af2a3628dc63d3fc6a;hb=97b72ed12f9621387b7c0002de3eed2c93c700f2;hp=aa374328e27b6a00ed32b5c5162453bd00aadb04;hpb=4de2fafcad4b56449e3817825d4b317c5ed4696c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.prettierrc.yml b/.prettierrc.yml index aa374328e..d8379671f 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -1,8 +1,8 @@ -printWidth: 80 +printWidth: 140 tabWidth: 2 useTabs: false semi: false singleQuote: true -trailingComma: all +trailingComma: false bracketSpacing: true arrowParens: always