about summary refs log tree commit diff stats
path: root/.prettierrc.json
diff options
context:
space:
mode:
authorBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-07-27 11:05:49 +0100
committerBobIsMyManager <bimmgitsignature.nly8m@simplelogin.co>2022-07-27 11:05:49 +0100
commit0803eb5e0484920f31e994303fd2bb07d6f5ec83 (patch)
tree8fd19c1f821d6d6b8a436572b63b71fd44e7e186 /.prettierrc.json
parentMany things (diff)
downloadlibredirect-0803eb5e0484920f31e994303fd2bb07d6f5ec83.zip
Added lbry desktop
Closes https://github.com/libredirect/libredirect/issues/365
Diffstat (limited to '.prettierrc.json')
-rw-r--r--.prettierrc.json1
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
 			}
 		},