Subversion Repositories Okuu

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
11 nishi 1
---
2
# $Id: .clang-format 11 2024-09-11 10:24:20Z 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