mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-23 09:19:55 +00:00
ALL: clang-format use tabs for initializers like detection tables
This commit is contained in:
parent
de8e66cea8
commit
92c1fa65a8
@ -1,6 +1,6 @@
|
||||
{
|
||||
BasedOnStyle: LLVM,
|
||||
UseTab: ForIndentation,
|
||||
UseTab: ForContinuationAndIndentation,
|
||||
IndentWidth: 4,
|
||||
TabWidth: 4,
|
||||
BreakBeforeBraces: Attach,
|
||||
|
Loading…
Reference in New Issue
Block a user