Adding threshold, offset, scale, level accessors for rendering

This commit is contained in:
Dan Paulat 2022-04-08 16:02:46 -05:00
parent 3fc6837f2a
commit fa3b75a144
3 changed files with 250 additions and 6 deletions

View file

@ -11,7 +11,7 @@ AllowAllArgumentsOnNextLine: 'true'
AllowAllConstructorInitializersOnNextLine: 'true'
AllowAllParametersOfDeclarationOnNextLine: 'true'
AllowShortBlocksOnASingleLine: 'true'
AllowShortCaseLabelsOnASingleLine: 'true'
AllowShortCaseLabelsOnASingleLine: 'false'
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: Inline