This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
pacciani/.clang-format

14 lines
287 B
Plaintext
Raw Normal View History

2017-10-12 22:36:56 +02:00
---
BasedOnStyle: LLVM
IndentWidth: 2
---
Language: Cpp
PointerAlignment: Left
2023-01-04 19:24:33 +01:00
AllowShortFunctionsOnASingleLine: All
2017-10-12 22:36:56 +02:00
AllowShortIfStatementsOnASingleLine: true
ColumnLimit: 100
AlignEscapedNewlines: DontAlign
BreakStringLiterals: false
SpaceAfterTemplateKeyword: false
2019-07-07 09:52:01 +02:00
SortIncludes: true