diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-10-22 09:26:01 +0200 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-11-11 22:24:44 +0100 |
commit | 06456cf7275fb2ad7141d91c7c7611e04f532277 (patch) | |
tree | 6bf9b0495d1f8f089d18134d49de8a90b0b9fa73 /.prettierrc | |
parent | Add plugin & css support, add styling to differentiate from discord.com (diff) | |
download | server-06456cf7275fb2ad7141d91c7c7611e04f532277.tar.xz |
Global prettierrc, format build.js
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.prettierrc b/.prettierrc index 8dc2e726..7d715cba 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,7 @@ { "tabWidth": 4, - "useTabs": true -} + "useTabs": true, + "printWidth": 140, + "trailingComma": "none", + "useTabs": true +} \ No newline at end of file |