1
0
Fork 0

use lengths for options and operands rather than sentinels

This commit is contained in:
Lukas Wurzinger 2022-12-12 18:36:20 +01:00
parent 18fefa2aaa
commit 6b74bfb234
6 changed files with 253 additions and 280 deletions

View file

@ -1,6 +1,6 @@
BasedOnStyle: LLVM
ColumnLimit: 160
ColumnLimit: 240
IndentWidth: 4
UseTab: Never