+ New

utensil

Public
← utensil / .clang-format
---
BasedOnStyle: Google
Language: Cpp
AlignConsecutiveShortCaseStatements:
  Enabled: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
ColumnLimit: 100