Files
freywaros/.clang-format
2026-06-04 21:52:04 +03:00

9 lines
156 B
YAML

Language: Cpp
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
IndentWidth: 2
TabWidth: 2
UseTab: Never
ColumnLimit: 140
AllowShortFunctionsOnASingleLine: None