]> git.ipfire.org Git - thirdparty/strongswan.git/commit - .editorconfig
Add an .editorconfig file
authorTobias Brunner <tobias@strongswan.org>
Fri, 6 Jul 2018 12:07:55 +0000 (14:07 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 22 Aug 2019 13:18:06 +0000 (15:18 +0200)
commit68346b6962c21dc3a30a01405cc926b1e0fdf45e
treed5b8b555cd5a32723c5c0d86f538756883e7547f
parent149d1bbb055a9326978d7caa01b937334bc23ff1
Add an .editorconfig file

It's currently not possible to configure our indentation scheme for
continuation lines (i.e. use 1-3 spaces to align with the upper line).
There is an issue open regarding this, see [1].  So we can't run e.g.
eclint over our codebase to detect issues without getting a lot of
false positives.

The main trigger was that this sets the preferred tab width in GitHub's
code browser.

[1] https://github.com/editorconfig/editorconfig/issues/323

References #3111.
.editorconfig [new file with mode: 0644]