mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-30 22:20:50 +00:00
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@8 b9cfdab3-6d41-4d17-bbe4-086880011989
22 lines
542 B
YAML
22 lines
542 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: 0
|
|
AllowShortIfStatementsOnASingleLine: Always
|
|
AllowShortBlocksOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortLoopsOnASingleLine: true
|
|
SpaceBeforeParens: Never
|
|
AlignEscapedNewlines: DontAlign
|
|
SortIncludes: false
|
|
AllowShortEnumsOnASingleLine: false
|
|
#IndentPPDirectives: AfterHash
|