Skip to content
Snippets Groups Projects
Verified Commit 6fec87f3 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Bump to clang-format 16

– enable new options InsertNewlineAtEOF and RemoveSemicolon
– reformat the code accordingly

(manually cherry picked from commit 4ecb7fe5)
parent b8035fdf
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,11 @@ BreakInheritanceList: AfterColon
Cpp11BracedListStyle: true
DeriveLineEnding: false
IndentPPDirectives: AfterHash
InsertNewlineAtEOF: true
PackConstructorInitializers: NextLine
PPIndentWidth: 1
PointerAlignment: Left
RemoveSemicolon: true
SpaceAfterTemplateKeyword: false
SpaceBeforeParens: ControlStatements
SpaceBeforeCpp11BracedList: true
......@@ -87,7 +87,7 @@ public:
explicit Permutation(const IntSequence& s) : permap(s.size())
{
computeSortingMap(s);
};
}
Permutation(const Permutation& p1, const Permutation& p2) : permap(p2.permap)
{
p1.apply(permap);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment