mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 20:24:39 +00:00
21 lines
505 B
YAML
21 lines
505 B
YAML
---
|
|
# $Id: .clang-format 16 2025-01-30 10:59:29Z nishi $
|
|
Language: Cpp
|
|
UseTab: Always
|
|
TabWidth: 8
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
AlignConsecutiveDeclarations:
|
|
Enabled: true
|
|
IndentWidth: 8
|
|
PointerAlignment: Left
|
|
ColumnLimit: 1024
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: true
|
|
SpaceBeforeParens: Never
|
|
AlignEscapedNewlines: DontAlign
|
|
SortIncludes: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
#IndentPPDirectives: AfterHash
|