Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dorssel committed Jul 10, 2024
1 parent 5d09f50 commit b27a5fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ root = true
# All files
[*]
indent_style = space
# Solution files (auto-generated, but sometimes manually edited)
[*.sln]
indent_style = tab
# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 4
Expand Down
2 changes: 1 addition & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ XML_XMLLINT_FILE_EXTENSIONS:
- .wxs
# Exclude verbatim copies of external sources that are not under our control.
# Also exclude auto-generated files.
FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSES/|Drivers/VBoxUSB/|Drivers/VBoxUSBMon/|packages.lock.json
FILTER_REGEX_EXCLUDE: COPYING\.md|LICENSES/|Drivers/VBoxUSB/|Drivers/VBoxUSBMon/|packages.lock.json|Usbipd.Automation/usb.ids

0 comments on commit b27a5fb

Please sign in to comment.