Skip to content

Instantly share code, notes, and snippets.

View bulkasizumom's full-sized avatar

_bulka_s_izumom bulkasizumom

View GitHub Profile
@bulkasizumom
bulkasizumom / .clang-format
Created August 19, 2025 22:05
C++ clang-format
# === BASE CONFIGURATION ===
BasedOnStyle: LLVM
ColumnLimit: 120
IndentWidth: 4
UseTab: Never
# === INDENTATION AND STRUCTURE ===
AccessModifierOffset: -4
IndentCaseLabels: true
IndentCaseBlocks: true