mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
This coding convention's solely goal is to approximately match the current code style. It MUST not be intended in any other way until a real and definitive coding convention is put in. Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
10 lines
314 B
YAML
10 lines
314 B
YAML
# This coding convention's solely goal is to approximately match the current code style.
|
|
# It MUST not be intended in any other way until a real and definitive coding convention is put in.
|
|
---
|
|
BreakBeforeBraces: GNU
|
|
ColumnLimit: 0
|
|
IndentWidth: 4
|
|
Language: Cpp
|
|
SpaceBeforeParens: Never
|
|
Standard: Auto
|
|
UseTab: Always |