diff options
| author | Amlal <amlal@zka.com> | 2024-07-11 23:59:48 +0200 |
|---|---|---|
| committer | Amlal <amlal@zka.com> | 2024-07-11 23:59:48 +0200 |
| commit | 0276bcf645b6471668504bf7ec23dd9c55614537 (patch) | |
| tree | 2becc300ac717b8b97bdc21acd89e59eb646e074 | |
| parent | 4c52feb57fda9e9ee29c1f5310ec19d8cd9e4ca8 (diff) | |
[IMP] clang-format.
Signed-off-by: Amlal <amlal@zka.com>
| -rw-r--r-- | .clang-format | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..fb3cacb --- /dev/null +++ b/.clang-format @@ -0,0 +1,16 @@ +--- +BasedOnStyle: Microsoft +AccessModifierOffset: '-4' +AlignAfterOpenBracket: Align +AlignConsecutiveMacros: 'true' +AlignConsecutiveAssignments: 'true' +AlignConsecutiveDeclarations: 'true' +BinPackParameters: 'false' +ColumnLimit: '0' +Language: Cpp +NamespaceIndentation: All +PointerAlignment: Left +ReflowComments: 'true' +SortIncludes: 'false' +UseTab: Always +... |
