Skip to content

Instantly share code, notes, and snippets.

@Jasper1467
Created June 27, 2024 19:47
Show Gist options
  • Save Jasper1467/5cfb28ed70d7d83e47e74b06a8bd8c1c to your computer and use it in GitHub Desktop.
Save Jasper1467/5cfb28ed70d7d83e47e74b06a8bd8c1c to your computer and use it in GitHub Desktop.

Revisions

  1. Jasper1467 created this gist Jun 27, 2024.
    12 changes: 12 additions & 0 deletions .clang-format
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    ---
    BasedOnStyle: Microsoft
    AllowShortIfStatementsOnASingleLine: Never
    BreakBeforeBraces: Allman
    Cpp11BracedListStyle: 'false'
    IndentWidth: '4'
    NamespaceIndentation: All
    PointerAlignment: Left
    SpaceInEmptyParentheses: 'false'
    AccessModifierOffset: -4

    ...