diff options
| author | Ubuntu <github@matdoes.dev> | 2022-02-14 16:33:38 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-02-14 16:33:38 +0000 |
| commit | 9f28b6d9160fee5eff92d1d9849191f2f12faeab (patch) | |
| tree | 4ae0ce31df50b0d34a240da1be9bdfa0d4bb6a66 /.prettierrc | |
| download | skyblock-stats-9f28b6d9160fee5eff92d1d9849191f2f12faeab.tar.gz skyblock-stats-9f28b6d9160fee5eff92d1d9849191f2f12faeab.tar.bz2 skyblock-stats-9f28b6d9160fee5eff92d1d9849191f2f12faeab.zip | |
Initial commit
Diffstat (limited to '.prettierrc')
| -rw-r--r-- | .prettierrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..ff2677e --- /dev/null +++ b/.prettierrc @@ -0,0 +1,6 @@ +{ + "useTabs": true, + "singleQuote": true, + "trailingComma": "none", + "printWidth": 100 +} |
