Clean gh-pages branch
This commit is contained in:
commit
f665edbe0e
3 changed files with 31 additions and 0 deletions
13
.clang-format
Normal file
13
.clang-format
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Language: Cpp
|
||||
BasedOnStyle: Google
|
||||
IndentWidth: 2
|
||||
ColumnLimit: 80
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
BreakBeforeBraces: Attach
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
SpacesBeforeTrailingComments: 1
|
||||
17
.claude/settings.local.json
Normal file
17
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(cd:*)",
|
||||
"Bash(cd:*)",
|
||||
"Bash(timeout:*)",
|
||||
"Bash(cd:*)",
|
||||
"Bash(~/bin/arduino-cli board:*)",
|
||||
"Bash(~/bin/arduino-cli lib install:*)",
|
||||
"Bash(~/bin/arduino-cli compile:*)",
|
||||
"WebFetch(domain:raw.githubusercontent.com)",
|
||||
"Bash(~/bin/arduino-cli lib:*)",
|
||||
"Bash(git push:*)"
|
||||
],
|
||||
"deny": []
|
||||
}
|
||||
}
|
||||
1
README.md
Normal file
1
README.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
My gh-pages branch
|
||||
Loading…
Reference in a new issue