Pārlūkot izejas kodu

feat: add another space char

Sv443 2 gadi atpakaļ
vecāks
revīzija
6336d2df7d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

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