From 0cd30c99be68d3c7cca34e1afc43740113c769f4 Mon Sep 17 00:00:00 2001 From: kenorb Date: Fri, 6 Sep 2024 21:40:02 +0100 Subject: [PATCH] Sets IndentPPDirectives to BeforeHash for .clang-format --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 3442bc7..d64b453 100644 --- a/.clang-format +++ b/.clang-format @@ -2,3 +2,4 @@ Language: Cpp BasedOnStyle: Google ColumnLimit: 120 +IndentPPDirectives: BeforeHash