diff options
| author | seth <[email protected]> | 2023-01-07 01:41:30 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-07 01:41:49 -0500 |
| commit | a0390f51c9cd695b8ab6629234f29adcd4fc61c5 (patch) | |
| tree | de6f6c3029735823a1cc1995861139ac100b79b4 /src/.prettierrc | |
| parent | 228fb31c7c03d5ade0b12ea63e8d8b75438b10af (diff) | |
fix: use tabs instead of space
Diffstat (limited to 'src/.prettierrc')
| -rw-r--r-- | src/.prettierrc | 3 |
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 } |
