forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
discord-rpc: patch to add unreleased PR discord-rpc#387
- Loading branch information
1 parent
e008c7c
commit 2ad5b86
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
pkgs/development/libraries/discord-rpc/0002-Update-.clang-format.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From dc26645316a1996a10995d9f5fae53ca1caddade Mon Sep 17 00:00:00 2001 | ||
From: Matt Dallmeyer <[email protected]> | ||
Date: Fri, 29 Sep 2023 14:23:15 -0700 | ||
Subject: [PATCH 2/2] Update .clang-format | ||
|
||
--- | ||
.clang-format | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/.clang-format b/.clang-format | ||
index 1be8390..e8a5e85 100644 | ||
--- a/.clang-format | ||
+++ b/.clang-format | ||
@@ -34,7 +34,6 @@ DerivePointerAlignment: false | ||
DisableFormat: false | ||
FixNamespaceComments: true | ||
ForEachMacros: [] | ||
-IndentCaseLabels: false | ||
IncludeCategories: | ||
- Regex: '^("|<)stdafx\.h(pp)?("|>)' | ||
Priority: -1 | ||
-- | ||
2.47.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters