Subversion Repositories Keine

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 nishi 1
---
2
# $Id: .clang-format 4 2024-09-11 10:22:22Z nishi $
3
Language: Cpp
4
UseTab: Always
5
TabWidth: 8
6
IndentWidth: 8
7
PointerAlignment: Left
8
ColumnLimit: 1024
9
AllowShortIfStatementsOnASingleLine: Always
10
AllowShortBlocksOnASingleLine: Never
11
AllowShortLoopsOnASingleLine: true
12
SpaceBeforeParens: Never
13
AlignEscapedNewlines: DontAlign
14
SortIncludes: false
15
AllowShortEnumsOnASingleLine: false