Skip to content

Instantly share code, notes, and snippets.

@xexaaron
xexaaron / .clang-format
Created May 13, 2025 09:25
Personal clang-format file
# Misc
ColumnLimit: 0
DisableFormat: false
Cpp11BracedListStyle: false
InsertNewlineAtEOF: true
Language: Cpp
Standard: Latest
MaxEmptyLinesToKeep: 1
ReflowComments: false
SortUsingDeclarations: LexicographicNumeric