diff --git a/.clang-format b/.clang-format index 9440e1a..9041896 100644 --- a/.clang-format +++ b/.clang-format @@ -106,6 +106,7 @@ IndentExternBlock: AfterExternBlock IndentRequires: false IndentWidth: 2 IndentWrappedFunctionNames: false +InsertNewlineAtEOF: true InsertTrailingCommas: None JavaScriptQuotes: Leave JavaScriptWrapImports: true