diff options
author | vaxerski <[email protected]> | 2022-12-20 02:18:47 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-12-20 02:18:47 +0000 |
commit | 4fd90144d13a6a8d34ac77f9340ce7fd397c3464 (patch) | |
tree | 3709696d68ee8731207e3003084bbc297579b01c /.clang-format | |
parent | 3e2785b9707348e918b61491bee5f69c43be9a66 (diff) | |
download | Hyprland-4fd90144d13a6a8d34ac77f9340ce7fd397c3464.tar.gz Hyprland-4fd90144d13a6a8d34ac77f9340ce7fd397c3464.zip |
touch up the clang format and format all files
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 215809bc..90314ef3 100644 --- a/.clang-format +++ b/.clang-format @@ -60,6 +60,6 @@ AllowShortEnumsOnASingleLine: false BraceWrapping: AfterEnum: false -AlignConsecutiveDeclarations: AcrossEmptyLinesAndComments +AlignConsecutiveDeclarations: AcrossEmptyLines NamespaceIndentation: All |