diff options
author | Joe Donofry <rubberduckie3554@gmail.com> | 2022-11-04 16:42:09 +0000 |
---|---|---|
committer | Joe Donofry <rubberduckie3554@gmail.com> | 2022-11-04 16:42:09 +0000 |
commit | 07e8f64903a6d4c496c7eb53f95325c92a427286 (patch) | |
tree | 1ba12259465d119621055bcd256ac2ebf1d66574 /.clang-format | |
parent | Fix reactions matching displayname condition by accident (diff) | |
download | nheko-07e8f64903a6d4c496c7eb53f95325c92a427286.tar.xz |
Add ability to respond to notifications on macOS
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index e9ebcb6d..adb43177 100644 --- a/.clang-format +++ b/.clang-format @@ -13,3 +13,6 @@ KeepEmptyLinesAtTheStartOfBlocks: false PointerAlignment: Right Cpp11BracedListStyle: true PenaltyReturnTypeOnItsOwnLine: 0 +--- +BasedOnStyle: WebKit +Language: ObjC \ No newline at end of file |