mirror of
https://github.com/containers/podman.git
synced 2025-10-13 09:15:20 +08:00
13 lines
319 B
YAML
13 lines
319 B
YAML
Language: Cpp
|
|
BasedOnStyle: Microsoft
|
|
BreakBeforeBraces: Attach
|
|
PointerAlignment: Left
|
|
AllowShortFunctionsOnASingleLine: All
|
|
# match Go style
|
|
IndentCaseLabels: false
|
|
# don't break comments over line limit (needed for CodeQL exceptions)
|
|
ReflowComments: false
|
|
InsertNewlineAtEOF: true
|
|
KeepEmptyLines:
|
|
AtEndOfFile: true
|