Subversion Repositories IRC-Archiver

Rev

Blame | Last modification | View Log | Download | RSS feed

---
# $Id: .clang-format 3 2024-08-29 18:49:46Z nishi $
Language: Cpp
UseTab: Always
TabWidth: 8
IndentWidth: 8
PointerAlignment: Left
ColumnLimit: 1024
AllowShortIfStatementsOnASingleLine: Always
AllowShortBlocksOnASingleLine: Never
AllowShortLoopsOnASingleLine: true
SpaceBeforeParens: Never
AlignEscapedNewlines: DontAlign
SortIncludes: false
AllowShortEnumsOnASingleLine: false