Skip to content

Instantly share code, notes, and snippets.

View arnoson's full-sized avatar
🐤
I may be slow to respond.

Arno Schlipf arnoson

🐤
I may be slow to respond.
View GitHub Profile
@arnoson
arnoson / .clang-format
Last active March 16, 2023 17:54 — forked from nicklasfrahm/.clang-format
Prettier (JS/TS) style .clang-format options
ColumnLimit: 80
ContinuationIndentWidth: 2
IndentWidth: 2
TabWidth: 2
ConstructorInitializerIndentWidth: 2
IndentCaseLabels: true
UseTab: Never
SortIncludes: true
SortUsingDeclarations: false
AlignConsecutiveMacros: false