clang-format: Fix alignment

This commit is contained in:
Kenny Levinsen 2021-09-21 12:46:52 +02:00
parent db08fb921f
commit e2baadc230
4 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
IndentWidth: 8
TabWidth: 8
ContinuationIndentWidth: 8
UseTab: Always
UseTab: ForContinuationAndIndentation
ColumnLimit: 100
AlignConsecutiveMacros: true