Skip to content

tools: change editorconfig's 'ignore' to 'unset'

Rodrigo Muino Tomonari requested to merge github/fork/silverwind/ec-unset into master

According to https://editorconfig.org/#supported-properties the canonical way to disable a property is to set it to 'unset'. We did use 'ignore' and this generally works because tools ignore unknown values but some of them like eclint are picky on it.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading