mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-08 12:19:09 +00:00
37 lines
907 B
YAML
37 lines
907 B
YAML
Language: Cpp
|
|
BasedOnStyle: Google
|
|
AccessModifierOffset: -4
|
|
BreakBeforeBraces: Attach
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowAllConstructorInitializersOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
ColumnLimit: 100
|
|
DerivePointerBinding: false
|
|
IndentCaseLabels: false
|
|
IndentWidth: 4
|
|
SpaceAfterTemplateKeyword: false
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
BreakConstructorInitializers: AfterColon
|
|
ConstructorInitializerIndentWidth: 8
|
|
ContinuationIndentWidth: 8
|
|
DerivePointerAlignment: true
|
|
SortIncludes: Never
|
|
SpaceBeforeCtorInitializerColon: false
|
|
SpaceBeforeParens: Never
|
|
InsertNewlineAtEOF: true
|
|
---
|
|
Language: Proto
|
|
DisableFormat: true
|
|
---
|
|
Language: JavaScript
|
|
DisableFormat: true
|
|
---
|
|
Language: Java
|
|
DisableFormat: true
|