added setting EOF-ExtraLine in clang-format

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-06 10:10:18 +00:00
parent 1cdd0bf63e
commit e7da05e44c

View File

@@ -69,6 +69,7 @@ IndentFunctionDeclarationAfterType: false
IndentRequiresClause: true IndentRequiresClause: true
IndentWidth: 4 IndentWidth: 4
IndentWrappedFunctionNames: false IndentWrappedFunctionNames: false
InsertNewlineAtEOF: true
NamespaceIndentation: None NamespaceIndentation: None
ObjCSpaceAfterProperty: false ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: false ObjCSpaceBeforeProtocolList: false
@@ -96,6 +97,7 @@ Standard: Cpp11
TabWidth: 8 TabWidth: 8
UseTab: Never UseTab: Never
QualifierAlignment: Right QualifierAlignment: Right
--- ---
Language: Proto Language: Proto
BasedOnStyle: Google BasedOnStyle: Google