chore: formatting + cleanup
This commit is contained in:
parent
bdbd1ebf23
commit
6b26ae99b1
3 changed files with 50 additions and 43 deletions
19
src/_data/json/title-case-exceptions.json
Normal file
19
src/_data/json/title-case-exceptions.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"exceptions": [
|
||||
"a",
|
||||
"and",
|
||||
"but",
|
||||
"an",
|
||||
"for",
|
||||
"if",
|
||||
"in",
|
||||
"is",
|
||||
"it",
|
||||
"nor",
|
||||
"of",
|
||||
"or",
|
||||
"so",
|
||||
"the",
|
||||
"yet"
|
||||
]
|
||||
}
|
Reference in a new issue