Files
poc/.clang-format
T
2026-04-22 17:19:26 +00:00

8 lines
131 B
YAML

# Google C/C++ Code Style Settings
Language: Cpp
BasedOnStyle: Google
Standard: c++20
IndentWidth: 2
UseTab: Never
ColumnLimit: 80