See the related discussion in https://github.com/geany/geany/pull/1193.
The branch with this commit is here
https://github.com/techee/geany-plugins/tree/editorconfig
so the effect of this PR can be examined by browsing the code there. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1381
-- Commit Summary --
* Add .editorconfig so github uses the correct tab size (4)
-- File Changes --
A .editorconfig (12)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1381.patch https://github.com/geany/geany-plugins/pull/1381.diff
Not really sure why the unit test fails but seems to be unrelated to the patch.
LGTM
> Not really sure why the unit test fails but seems to be unrelated to the patch.
New cppcheck-version-fun again. https://github.com/geany/geany-plugins/pull/1382 tries to fix it. For some reason, new cppcheck versions error out on the name "true" when used as a function. Luckily, this function doesn't seem to be used at all, so removing it was an easy solution.
Merged #1381 into master.
github-comments@lists.geany.org