Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified binaries/linux64/clang-format
Binary file not shown.
Binary file modified binaries/mac64/clang-format
Binary file not shown.
Binary file modified binaries/windows32/clang-format.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion templates/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ SpacesInContainerLiterals: false
BreakAfterJavaFieldAnnotations: true
AllowShortFunctionsOnASingleLine: false
KeepEmptyLinesAtTheStartOfBlocks: false
AlignAfterOpenBracket: DontAlign
AlignAfterOpenBracket: DontAlign
BreakStringLiterals: false