.clang-format 399 Bytes
Newer Older
gaoqiong's avatar
gaoqiong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# clang-format settings for the C# code
BasedOnStyle:  Microsoft

BreakBeforeBraces: Custom
BraceWrapping:
  AfterCaseLabel:  true
  BeforeWhile:     true
  SplitEmptyFunction: false
  SplitEmptyRecord: false
  # unfortunately there's no config option for handling the 'get' or 'set' of properties 

IndentCaseLabels: true
KeepEmptyLinesAtTheStartOfBlocks: false
SpacesInContainerLiterals: false