aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-01 16:27:53 -0300
committerBarichello <artur@barichello.me>2022-02-03 22:05:37 -0300
commite9f93ba2e8b9df280aed20131a1606d731d2dbbe (patch)
treeea37f5df2afa6427956e849b7300bc11cfdedf74 /.clang-format
parent02bcf4d9b16ff3a4c78bcb1330a3f0d781ce1ab8 (diff)
downloadNorthstarLauncher-e9f93ba2e8b9df280aed20131a1606d731d2dbbe.tar.gz
NorthstarLauncher-e9f93ba2e8b9df280aed20131a1606d731d2dbbe.zip
Add format-check ci stage
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
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