commit | 33bfb4e4cd683630b8bb543a8f620a9906268f0a | [log] [tgz] |
---|---|---|
author | Amine Alami <43780877+Alami-Amine@users.noreply.github.com> | Mon Apr 29 17:05:36 2024 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 29 08:05:36 2024 -0700 |
tree | be24d5a80c60ac6d73a1bef1e260fe31760dc640 | |
parent | ae5d772873be065982185066b0cd6d358ffbf0a5 [diff] |
Adding to .clang-format command to insert newline EOF (#33201)
diff --git a/.clang-format b/.clang-format index a1c292a..4fb9546 100644 --- a/.clang-format +++ b/.clang-format
@@ -106,6 +106,7 @@ Standard: Cpp11 TabWidth: 8 UseTab: Never +InsertNewlineAtEOF: true --- Language: ObjC BasedOnStyle: WebKit