forked from mecanix/blockaxe_fw
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
|
|
# We'll use defaults from the LLVM style, but with some modifications so that it's close to the CDT K&R style.
|
||
|
|
BasedOnStyle: LLVM
|
||
|
|
UseTab: Always
|
||
|
|
IndentWidth: 4
|
||
|
|
TabWidth: 4
|
||
|
|
BreakConstructorInitializers: AfterColon
|
||
|
|
IndentAccessModifiers: false
|
||
|
|
AccessModifierOffset: -4
|