aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordickmao2022-12-01 16:54:06 -0500
committerEli Zaretskii2022-12-02 15:01:11 +0200
commit24ca490d7dca186d9dcc3752975432d78a6a76f8 (patch)
tree2e0eabe0dbc20364087594df155237498c788e24
parenta48cd7bb9f80d4a903f5c3971db4d7b163edbc49 (diff)
downloademacs-24ca490d7dca186d9dcc3752975432d78a6a76f8.tar.gz
emacs-24ca490d7dca186d9dcc3752975432d78a6a76f8.zip
; Fix a typo in .clang-format.
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 016fb778383..5c987536b0c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@ BreakBeforeBinaryOperators: All
7BreakBeforeBraces: GNU 7BreakBeforeBraces: GNU
8ColumnLimit: 70 8ColumnLimit: 70
9ContinuationIndentWidth: 2 9ContinuationIndentWidth: 2
10IndentPPDDirectives: AfterHash 10IndentPPDirectives: AfterHash
11PPIndentWidth: 1 11PPIndentWidth: 1
12ForEachMacros: 12ForEachMacros:
13 - FOR_EACH_TAIL 13 - FOR_EACH_TAIL