Subversion Repositories IRC-Archiver

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
---
2
# $Id: .clang-format 3 2024-08-29 18:49:46Z 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