irc-archiver/.clang-format
Nishi 396c57bb68 adding
git-svn-id: file:///raid/svn-personal/irc-archiver/trunk@3 f310dea9-ad02-7e44-859a-30a050007fc7
2024-08-29 18:49:46 +00:00

16 lines
337 B
YAML

---
# $Id$
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