mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-19 10:54:53 +00:00
chore(config): upgrade editorconfig-linter config
This commit is contained in:
19
.editorconfig-checker.json
Normal file
19
.editorconfig-checker.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Version": "3.3.0",
|
||||
"Verbose": false,
|
||||
"Debug": false,
|
||||
"IgnoreDefaults": false,
|
||||
"SpacesAfterTabs": false,
|
||||
"NoColor": false,
|
||||
"Exclude": [],
|
||||
"AllowedContentTypes": [],
|
||||
"PassedFiles": [],
|
||||
"Disable": {
|
||||
"EndOfLine": false,
|
||||
"Indentation": false,
|
||||
"InsertFinalNewline": false,
|
||||
"TrimTrailingWhitespace": false,
|
||||
"IndentSize": false,
|
||||
"MaxLineLength": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user