diff options
author | developomp <developomp@gmail.com> | 2021-10-20 09:11:12 +0900 |
---|---|---|
committer | developomp <developomp@gmail.com> | 2021-10-20 09:11:12 +0900 |
commit | b5c0ee7f303a73c54d501062e6aac0c1d7f8532b (patch) | |
tree | 5d171775865a015391dbde10467408be913f9ee3 /bundle/.prettierrc | |
parent | Merge branch 'fosscord:master' into master (diff) | |
download | server-b5c0ee7f303a73c54d501062e6aac0c1d7f8532b.tar.xz |
prettier formatted /bundle
Diffstat (limited to 'bundle/.prettierrc')
-rw-r--r-- | bundle/.prettierrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bundle/.prettierrc b/bundle/.prettierrc new file mode 100644 index 00000000..6a48eb4a --- /dev/null +++ b/bundle/.prettierrc @@ -0,0 +1,4 @@ +{ + "useTabs": true, + "tabWidth": 4 +} |