Skip to content

Commit 31dfed4

Browse files
committed
Clean gh-pages branch
0 parents  commit 31dfed4

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

.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

.claude/settings.local.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"WebFetch(domain:github.com)",
5+
"WebFetch(domain:raw.githubusercontent.com)"
6+
],
7+
"deny": [],
8+
"ask": []
9+
}
10+
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
My gh-pages branch

0 commit comments

Comments
 (0)