diff options
author | François Conzelmann <[email protected]> | 2023-12-06 23:54:56 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-12-06 22:54:56 +0000 |
commit | 4a42344e9748d2b44c55798ddc3fa41448533c4e (patch) | |
tree | f8a06c575a650be05d629555f4e127115dffe470 /.clang-format-ignore | |
parent | 5489f9f07a73c6b5b97702731a5092463a01fb5b (diff) | |
download | Hyprland-4a42344e9748d2b44c55798ddc3fa41448533c4e.tar.gz Hyprland-4a42344e9748d2b44c55798ddc3fa41448533c4e.zip |
style/ci: apply clang-format and verify it in ci (#4039)
* style: apply clang-format
* ci: add new clang-format job to CI
Diffstat (limited to '.clang-format-ignore')
-rw-r--r-- | .clang-format-ignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format-ignore b/.clang-format-ignore new file mode 100644 index 00000000..c6bf34ed --- /dev/null +++ b/.clang-format-ignore @@ -0,0 +1 @@ +subprojects/**/* |