소스 검색

feat: add another space char

Sv443 2 년 전
부모
커밋
6336d2df7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/constants.ts

+ 1 - 1
src/constants.ts

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