commit c972424c2ee4ac940204e072678464204893b9e9 Author: ladyada Date: Sat Aug 2 16:38:20 2025 -0400 Clean gh-pages branch diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..ed70f56 --- /dev/null +++ b/.clang-format @@ -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 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6228a7f --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +My gh-pages branch