-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.textlintrc.yml
48 lines (47 loc) · 904 Bytes
/
.textlintrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
rules:
apostrophe: false,
common-misspellings: true,
diacritics: true,
"no-dead-link": true,
"stop-words":
defaultWords: true,
words:
- simply
- obviously
- basically
- clearly
- just
- easy
- so
- "everyone knows"
- fantastic
exclude:
- principal
- magnitude
- c
- s
- o
- f
- resistance
- "relative to"
- b
terminology:
defaultTerms: true
terms:
- HOOMD-blue
- [hoomd, HOOMD-blue]
- Vogel--Tammann--Fulcher
- [two step, two-step]
- [ortho terphenyl, ortho-terphenyl]
- [o-terphenyl, ortho-terphenyl]
alex: false
"write-good": true,
"unexpanded-acronym":
ignore_acronyms:
- "HOOMD"
- "UMAP"
"no-start-duplicated-conjunction":
interval: 2
"max-comma":
max: 3
"abbr-within-parentheses": true