We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typos
1 parent e988c7f commit 7dca3b7Copy full SHA for 7dca3b7
_typos.toml
@@ -0,0 +1,24 @@
1
+[default]
2
+extend-ignore-re = [
3
+ # numeric literals
4
+ '0x[0-9a-fA-F_\.\+]+([fiu](8|16|32|64|128))?',
5
+ '\\u\{[0-9a-fA-F]+\}',
6
+ # words including a number are likely some kind of identifier
7
+ "[A-z]+[0-9]+",
8
+]
9
+
10
+[default.extend-words]
11
+iif = "iif"
12
+nd = "nd"
13
14
+[files]
15
+extend-exclude = [
16
+ # git and dependencies
17
+ ".git/**",
18
+ "lib/**",
19
+ # individual files to exclude
20
+ "src/assets/runtime.js",
21
+ "src/assets/runtime_test.js",
22
+ "core/source/Time/Languages/*.mint",
23
+ "!core/source/Time/Languages/English.mint",
24
0 commit comments