diff options
author | Philipp Stephani <phst@google.com> | 2021-01-23 19:04:53 +0100 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2021-01-23 19:04:53 +0100 |
commit | 27a023d02928366f52ab8d5e5c398ef080483523 (patch) | |
tree | 05ba2b5dd7f769cc294fbc56b1d5b24de1bf5341 | |
parent | 59e9ec72442d264a3e08c9886ad3b49fa8dc9f37 (diff) | |
download | emacs-27a023d02928366f52ab8d5e5c398ef080483523.tar.gz |
* .clang-format: Fix base style.
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 9ab09a86ff2..44200a39952 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ Language: Cpp -BasedOnStyle: LLVM +BasedOnStyle: GNU AlignEscapedNewlinesLeft: true AlwaysBreakAfterReturnType: TopLevelDefinitions BreakBeforeBinaryOperators: All |