diff options
| author | dickmao | 2022-12-01 16:54:06 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-02 15:01:11 +0200 |
| commit | 24ca490d7dca186d9dcc3752975432d78a6a76f8 (patch) | |
| tree | 2e0eabe0dbc20364087594df155237498c788e24 | |
| parent | a48cd7bb9f80d4a903f5c3971db4d7b163edbc49 (diff) | |
| download | emacs-24ca490d7dca186d9dcc3752975432d78a6a76f8.tar.gz emacs-24ca490d7dca186d9dcc3752975432d78a6a76f8.zip | |
; Fix a typo in .clang-format.
| -rw-r--r-- | .clang-format | 2 |
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 | |||
| 7 | BreakBeforeBraces: GNU | 7 | BreakBeforeBraces: GNU |
| 8 | ColumnLimit: 70 | 8 | ColumnLimit: 70 |
| 9 | ContinuationIndentWidth: 2 | 9 | ContinuationIndentWidth: 2 |
| 10 | IndentPPDDirectives: AfterHash | 10 | IndentPPDirectives: AfterHash |
| 11 | PPIndentWidth: 1 | 11 | PPIndentWidth: 1 |
| 12 | ForEachMacros: | 12 | ForEachMacros: |
| 13 | - FOR_EACH_TAIL | 13 | - FOR_EACH_TAIL |