commit eff3bf0c5e783ad9c61d83172bf933e169bc87d0 parent f00b87550f998725f235e70b5a32dc599e3faaaf Author: Michael Stapelberg <michael@stapelberg.de> Date: Sun, 5 Jul 2020 09:08:43 +0200 clang-format: disable header re-ordering Diffstat:
| M | .clang-format | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.clang-format b/.clang-format @@ -8,3 +8,4 @@ IndentWidth: 4 PointerBindsToType: false ColumnLimit: 0 SpaceBeforeParens: ControlStatements +SortIncludes: false
