MDS/.clang-format

7 lines
127 B
YAML

BasedOnStyle: GNU
IndentWidth: 4
TabWidth: 4
UseTab: Always
BreakBeforeBraces: Attach
ColumnLimit: 100
AlignReturnType: Always