mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
docs(about): Fix formatting
This commit is contained in:
parent
b5e75d3348
commit
9692f7cd46
1 changed files with 11 additions and 11 deletions
|
@ -34,17 +34,17 @@ Whitelist: A confidence rating is given for how close a word is to one in the wh
|
|||
|
||||
| | defenestrate | [scspell3k] | [bloom42/misspell][misspell-rs] | [client9/misspell][misspell-go] |
|
||||
|---------------|----------------------|-------------|---------------------------------|---------------------------------|
|
||||
| "Runtime" | Rust ([#18][def-18] | Python | Rust | None |
|
||||
| Dictionary | Blacklist | Whitelist | Blacklist | Blacklist |
|
||||
| Custom Dict | No ([#9][def-9] | Yes | No | ? |
|
||||
| Per-Lang Dict | No ([#14][def-14] | Yes | No | ? |
|
||||
| CamelCase | Yes | Yes | No | ? |
|
||||
| snake_case | Yes | Yes | No | ? |
|
||||
| Ignore Hex | No ([#19][def-19] | Yes | No | ? |
|
||||
| C-Escapes | No ([#20][def-3] | Yes | No | ? |
|
||||
| Encodings | UTF-8 ([#17][def-17] | Auto | UTF-8 | ? |
|
||||
| API | Rust / [JSON Lines] | None | Rust | ? |
|
||||
| License | MIT | Apache | GPLv2 | AGPL | MIT |
|
||||
| "Runtime" | Rust ([#18][def-18]) | Python | Rust | None |
|
||||
| Dictionary | Blacklist | Whitelist | Blacklist | Blacklist |
|
||||
| Custom Dict | No ([#9][def-9]) | Yes | No | ? |
|
||||
| Per-Lang Dict | No ([#14][def-14]) | Yes | No | ? |
|
||||
| CamelCase | Yes | Yes | No | ? |
|
||||
| snake_case | Yes | Yes | No | ? |
|
||||
| Ignore Hex | No ([#19][def-19]) | Yes | No | ? |
|
||||
| C-Escapes | No ([#20][def-3]) | Yes | No | ? |
|
||||
| Encodings | UTF-8 ([#17][def-17]) | Auto | UTF-8 | ? |
|
||||
| API | Rust / [JSON Lines] | None | Rust | ? |
|
||||
| License | MIT | Apache | GPLv2 | AGPL | MIT |
|
||||
|
||||
[JSON Lines]: http://jsonlines.org/
|
||||
[scspell3k]: https://github.com/myint/scspell
|
||||
|
|
Loading…
Reference in a new issue