remove
This commit is contained in:
parent
85bc36e5b1
commit
0964470f67
2 changed files with 0 additions and 24 deletions
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
# $Id: .clang-format 567 2025-11-02 00:00:24Z nishi $
|
||||
Language: Cpp
|
||||
UseTab: Always
|
||||
TabWidth: 8
|
||||
AlignConsecutiveAssignments:
|
||||
Enabled: true
|
||||
AlignConsecutiveDeclarations:
|
||||
Enabled: true
|
||||
IndentWidth: 8
|
||||
PointerAlignment: Left
|
||||
ColumnLimit: 0
|
||||
AllowShortIfStatementsOnASingleLine: Always
|
||||
AllowShortBlocksOnASingleLine: Never
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
SpaceBeforeParens: Never
|
||||
AlignEscapedNewlines: DontAlign
|
||||
SortIncludes: false
|
||||
AllowShortEnumsOnASingleLine: false
|
||||
#IndentPPDirectives: AfterHash
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
DIRS="include src"
|
||||
clang-format --verbose -i `find $DIRS -name "*.c" -or -name "*.h"`
|
||||
Loading…
Add table
Add a link
Reference in a new issue