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 | 53949bd7370d9865f2609f901071190be7d7021a (patch) | |
tree | 967fcaf89aaa89bf26201d98e53e90d57bbda6f6 /bundle/.prettierrc | |
parent | Merge branch 'fosscord:master' into master (diff) | |
download | server-53949bd7370d9865f2609f901071190be7d7021a.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 +} |