Skip to content

Commit

Permalink
Convert spaces to tabs in some lines of .textlintrc. (#1476)
Browse files Browse the repository at this point in the history
The file primarily uses tabs for indentation, so treated that as correct in this case.
  • Loading branch information
ChaseOnTheWeb authored Aug 13, 2024
1 parent 06e3883 commit 7ac2ed6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .textlintrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"filters": {
"comments": true,
"whitelist": {
"allow": [
"XSL stylesheet",
"OS X 10.9",
"Argon2**id**",
"Network IDS"
]
}
},
"filters": {
"comments": true,
"whitelist": {
"allow": [
"XSL stylesheet",
"OS X 10.9",
"Argon2**id**",
"Network IDS"
]
}
},
"rules": {
"terminology": {
// Load default terms (see terms.json in the repository)
"defaultTerms": false,
// Syntax elements to skip. Overrides the default
"skip": [
"Link",
"Link",
"Blockquote"
],
// List of terms
Expand Down Expand Up @@ -125,10 +125,10 @@
"wi[- ]?fi",
"Wi-Fi"
],
[
"CVE['’]?s",
"CVEs"
],
[
"CVE['’]?s",
"CVEs"
],

// Words and phrases
"ID",
Expand Down

0 comments on commit 7ac2ed6

Please sign in to comment.