diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-27 11:05:49 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-27 11:05:49 +0100 |
commit | 0803eb5e0484920f31e994303fd2bb07d6f5ec83 (patch) | |
tree | 8fd19c1f821d6d6b8a436572b63b71fd44e7e186 /.prettierrc.json | |
parent | Many things (diff) | |
download | libredirect-0803eb5e0484920f31e994303fd2bb07d6f5ec83.zip |
Added lbry desktop
Closes https://github.com/libredirect/libredirect/issues/365
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index d0df3f36..864a0cc8 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -8,7 +8,6 @@ { "files": ["*.js", "*.json"], "options": { - "tabWidth": 2, "singleQuote": false } }, |