Parcourir la source

feat: add another space char

Sv443 il y a 2 ans
Parent
commit
6336d2df7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

@@ -7,5 +7,5 @@ export const charReplacements = new Map<string, string>([
     ["“”", "\""],
     [",", ","],
     ["—─ ", "-"],
-    ["    ", " "],
+    ["     ", " "],
 ]);