[RSS] Repository clover
by nishi
(Revision 13): /trunk/.clang-format
HTML 2.0 compliant static site generator
File Latest Commit
r3 | nishi | 2024-05-05 13:26:03 +0900 (Sun, 05 May 2024) | 1 line
some progress
---
# $Id: .clang-format 3 2024-05-05 04:26:03Z nishi $
Language: Cpp
UseTab: Always
TabWidth: 8
IndentWidth: 8
PointerAlignment: Left
ColumnLimit: 1024
AllowShortIfStatementsOnASingleLine: Always
AllowShortBlocksOnASingleLine: Never
AllowShortLoopsOnASingleLine: true
SpaceBeforeParens: Never