From e9f93ba2e8b9df280aed20131a1606d731d2dbbe Mon Sep 17 00:00:00 2001 From: Barichello Date: Tue, 1 Feb 2022 16:27:53 -0300 Subject: Add format-check ci stage --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index cdea6de7..b55085ef 100644 --- a/.clang-format +++ b/.clang-format @@ -13,4 +13,5 @@ ColumnLimit: 140 BreakBeforeBraces: Allman AlignAfterOpenBracket: AlwaysBreak IndentExternBlock: Indent -PointerAlignment: Left \ No newline at end of file +PointerAlignment: Left +SortIncludes: false \ No newline at end of file -- cgit v1.2.3