mirror of
https://github.com/pymumu/smartdns.git
synced 2025-12-20 01:11:42 +08:00
* Simple support for nftables Co-authored-by: Chen Zhenge <Mr.ChenWithCapsule@outlook.com>
11 lines
247 B
YAML
11 lines
247 B
YAML
#http://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
|
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForContinuationAndIndentation
|
|
MaxEmptyLinesToKeep: 1
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
BreakBeforeBraces: Linux
|
|
ColumnLimit: 120
|