editorconfig-checker : exclude .gitmodules

This commit is contained in:
Jared Van Bortel 2024-01-26 15:48:35 -05:00
parent 454baebacc
commit 297fde5f58

1
.ecrc
View file

@ -1,4 +1,5 @@
{
"Exclude": ["^\\.gitmodules$"],
"Disable": {
"IndentSize": true
}