summaryrefslogtreecommitdiff
path: root/src/.prettierrc
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-07 01:41:30 -0500
committerseth <[email protected]>2023-01-07 01:41:49 -0500
commita0390f51c9cd695b8ab6629234f29adcd4fc61c5 (patch)
treede6f6c3029735823a1cc1995861139ac100b79b4 /src/.prettierrc
parent228fb31c7c03d5ade0b12ea63e8d8b75438b10af (diff)
fix: use tabs instead of space
Diffstat (limited to 'src/.prettierrc')
-rw-r--r--src/.prettierrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/.prettierrc b/src/.prettierrc
index 222861c..c959087 100644
--- a/src/.prettierrc
+++ b/src/.prettierrc
@@ -1,4 +1,3 @@
{
- "tabWidth": 2,
- "useTabs": false
+ "useTabs": true
}