Spaces:
Paused
Paused
Upload bilingual_book_maker/typos.toml with huggingface_hub
Browse files
bilingual_book_maker/typos.toml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos
|
| 2 |
+
[default.extend-words]
|
| 3 |
+
sur = "sur"
|
| 4 |
+
banch = "banch" # TODO: not sure if this is a typo or not
|
| 5 |
+
fo = "fo"
|
| 6 |
+
ba = "ba"
|
| 7 |
+
[files]
|
| 8 |
+
extend-exclude = ["LICENSE"]
|