emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 24ca490d7d: ; Fix a typo in .clang-format.


From: Eli Zaretskii
Subject: emacs-29 24ca490d7d: ; Fix a typo in .clang-format.
Date: Fri, 2 Dec 2022 08:02:17 -0500 (EST)

branch: emacs-29
commit 24ca490d7dca186d9dcc3752975432d78a6a76f8
Author: dickmao <dick.r.chiang@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix a typo in .clang-format.
---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index 016fb77838..5c987536b0 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@ BreakBeforeBinaryOperators: All
 BreakBeforeBraces: GNU
 ColumnLimit: 70
 ContinuationIndentWidth: 2
-IndentPPDDirectives: AfterHash
+IndentPPDirectives: AfterHash
 PPIndentWidth: 1
 ForEachMacros:
   - FOR_EACH_TAIL



reply via email to

[Prev in Thread] Current Thread [Next in Thread]