Skip to content

Instantly share code, notes, and snippets.

View Mkok2700's full-sized avatar

Mkok2700

  • Türkiye
  • Malatya
  • 06:47 (UTC -12:00)
  • X @Murat
View GitHub Profile
@jlmakes
jlmakes / .clang-format
Created February 24, 2020 07:58
C++ Code Style
# BasedOnStyle: Chromium
# UseTab: Always
# IndentWidth: 4
# TabWidth: 4
# BreakBeforeBraces: Allman
# AllowShortIfStatementsOnASingleLine: false
# IndentCaseLabels: false
# ColumnLimit: 104
# AccessModifierOffset: -4
# AlignAfterOpenBracket: AlwaysBreak