Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.clang-format - github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 740ccf70c24130c982cd80df61eea6e800e6036c (plain)
1
2
3
4
5
6
7
8
9
10
IndentWidth: 2
AccessModifierOffset: -2
UseTab: Never
ColumnLimit: 0
MaxEmptyLinesToKeep: 2
SpaceBeforeParens: Never
BreakBeforeBraces: Custom
BraceWrapping: {BeforeElse: true, BeforeCatch: true}
NamespaceIndentation: All
AllowShortCaseLabelsOnASingleLine: true