mirror of
https://github.com/danog/libtgvoip.git
synced 2024-11-30 04:39:03 +01:00
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
|
BasedOnStyle: LLVM
|
||
|
UseTab: Never
|
||
|
IndentWidth: 4
|
||
|
TabWidth: 4
|
||
|
BreakBeforeBraces: Allman
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
IndentCaseLabels: false
|
||
|
ColumnLimit: 0
|
||
|
AccessModifierOffset: -4
|
||
|
|