--- # $Id: .clang-format 71 2024-01-26 02:05:40Z nishi $ Language: Cpp UseTab: Always TabWidth: 8 IndentWidth: 8 PointerAlignment: Left ColumnLimit: 1024 AllowShortIfStatementsOnASingleLine: Always AllowShortBlocksOnASingleLine: Never AllowShortLoopsOnASingleLine: true SpaceBeforeParens: Never