Skip to content

Commit bcd599f

Browse files
committed
Format doc
1 parent 1077478 commit bcd599f

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

.cspell.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
// language - current active spelling language.
55
"language": "en,nl",
66
// import - import dictionaries.
7-
"import": [
8-
"@cspell/dict-nl-nl/cspell-ext.json"
9-
],
7+
"import": ["@cspell/dict-nl-nl/cspell-ext.json"],
108
// words - list of words to be always considered correct.
119
"words": [
1210
"absmiddle",

.ecrc

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"Version": "2.8.0",
3-
"Verbose": false,
4-
"Format": "",
2+
"AllowedContentTypes": [],
53
"Debug": false,
6-
"IgnoreDefaults": false,
7-
"SpacesAftertabs": false,
8-
"NoColor": false,
4+
"Disable": {
5+
"EndOfLine": false,
6+
"IndentSize": false,
7+
"Indentation": false,
8+
"InsertFinalNewline": false,
9+
"MaxLineLength": false,
10+
"TrimTrailingWhitespace": false
11+
},
912
"Exclude": [
1013
"Horizon_TV_Fixer/",
1114
"LICENSE.txt"
1215
],
13-
"AllowedContentTypes": [],
16+
"Format": "",
17+
"IgnoreDefaults": false,
18+
"NoColor": false,
1419
"PassedFiles": [],
15-
"Disable": {
16-
"EndOfLine": false,
17-
"Indentation": false,
18-
"InsertFinalNewline": false,
19-
"TrimTrailingWhitespace": false,
20-
"IndentSize": false,
21-
"MaxLineLength": false
22-
}
20+
"SpacesAftertabs": false,
21+
"Verbose": false,
22+
"Version": "2.8.0"
2323
}

0 commit comments

Comments
 (0)