Files
ClassicOS/.clang-format
Borna Šoštarić e38f1aa2ee add .clang-format
2026-01-18 10:40:34 +01:00

20 lines
315 B
YAML

BasedOnStyle: Google
IndentWidth: 4
TabWidth: 4
UseTab: Never
ColumnLimit: 80
DerivePointerAlignment: false
PointerAlignment: Right
ReferenceAlignment: Right
IncludeBlocks: Regroup
IncludeCategories:
# Std headers
- Regex: '<[[:alnum:]_.]+>'
Priority: 2
# Other headers
- Regex: '.*'
Priority: 1