Skip to content

Commit

Permalink
update editorconfig-checker config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Sep 25, 2024
1 parent bad9603 commit df262f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig-checker.json → .ecrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"Verbose": true,
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
"SpacesAftertabs": false,
"NoColor": false,
"Exclude": ["^tests/.runs/", "^\\.nf-test/", "^\\.venv/", "^\\node_modules/", "\\.nf-test.log$"],
"Exclude": ["^tests/.runs/", "^\\.nf-test/", "^\\.venv/", "^\\node_modules/", "\\.nf-test.log$","^\\.git/"],
"AllowedContentTypes": [],
"PassedFiles": [],
"Disable": {
Expand Down

0 comments on commit df262f8

Please sign in to comment.