[FEAT] Add matrix

This commit is contained in:
NADAL Jean-Baptiste
2024-02-01 15:58:58 +01:00
parent 3c5bf7e52a
commit 7201bfdf4c
8 changed files with 247 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ AccessModifierOffset: -4
DerivePointerAlignment: false
PointerAlignment: Left
# Use 100 columns
ColumnLimit: 100
ColumnLimit: 120
AlignConsecutiveStyle: Consecutive
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Never
@@ -29,4 +29,5 @@ NamespaceIndentation: All
IndentAccessModifiers: false
ReferenceAlignment: Right
BreakConstructorInitializers: AfterColon
AlignArrayOfStructures: Right
...