mirror of
https://github.com/boostorg/graph.git
synced 2026-01-19 04:12:11 +00:00
.clang-format Enable adding a blank line between template and class name
This commit is contained in:
@@ -5,6 +5,7 @@ AlignEscapedNewlinesLeft: true
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
BreakBeforeBraces: Allman
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
BreakTemplateDeclarations: Yes
|
||||
ColumnLimit: 80
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
ConstructorInitializerIndentWidth: 0
|
||||
|
||||
Reference in New Issue
Block a user