Files
TEESimulator-RS/.clang-format
T
2025-08-06 19:46:42 +05:30

18 lines
315 B
YAML

BasedOnStyle: LLVM
Language: Cpp
Standard: c++20
ColumnLimit: 135
AlignEscapedNewlines: Left
AllowShortFunctionsOnASingleLine: Empty
AllowShortLambdasOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: true
IndentPPDirectives: AfterHash
AccessModifierOffset: -4
IndentWidth: 4
UseTab: Never