diff --git a/.clang-format b/.clang-format index bd446022df..c4a660a99d 100644 --- a/.clang-format +++ b/.clang-format @@ -69,6 +69,7 @@ IndentFunctionDeclarationAfterType: false IndentRequiresClause: true IndentWidth: 4 IndentWrappedFunctionNames: false +InsertNewlineAtEOF: true NamespaceIndentation: None ObjCSpaceAfterProperty: false ObjCSpaceBeforeProtocolList: false @@ -96,6 +97,7 @@ Standard: Cpp11 TabWidth: 8 UseTab: Never QualifierAlignment: Right + --- Language: Proto BasedOnStyle: Google