Add initial project files (excluding ignored content)
This commit is contained in:
14
external/safetyhook/.clang-format
vendored
Normal file
14
external/safetyhook/.clang-format
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
BasedOnStyle: LLVM
|
||||
IndentWidth: 4
|
||||
ColumnLimit: 120
|
||||
---
|
||||
Language: Cpp
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
AlignEscapedNewlines: Left
|
||||
AllowShortFunctionsOnASingleLine: InlineOnly
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
...
|
||||
Reference in New Issue
Block a user