Skip to content

Commit a8f1508

Browse files
committed
Copy .clang-format from Adafruit-EPD
1 parent a61d4bb commit a8f1508

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/.clang-format

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Language: Cpp
2+
BasedOnStyle: Google
3+
IndentWidth: 2
4+
ColumnLimit: 80
5+
AllowShortFunctionsOnASingleLine: Empty
6+
AllowShortIfStatementsOnASingleLine: false
7+
AllowShortLoopsOnASingleLine: false
8+
BinPackArguments: true
9+
BinPackParameters: true
10+
BreakBeforeBraces: Attach
11+
DerivePointerAlignment: false
12+
PointerAlignment: Left
13+
SpacesBeforeTrailingComments: 1

0 commit comments

Comments
 (0)