-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathomnisharp.json
More file actions
26 lines (26 loc) · 1023 Bytes
/
omnisharp.json
File metadata and controls
26 lines (26 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"FormattingOptions": {
"NewLinesForBracesInTypes": false,
"NewLinesForBracesInAccessors": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
"NewLinesForBracesInProperties": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInMethods": false,
"NewLineForClausesInQuery": false,
"NewLineForCatch": false,
"NewLineForElse": false,
"NewLineForFinally": false,
"NewLineForMembersInObjectInit": false,
"NewLineForMembersInAnonymousTypes": false,
"WrappingPreserveSingleLine": true,
"WrappingKeepStatementsOnSingleLine": true,
"UseTabs": false,
"SpaceSize": 4,
"SpaceAfterCast": false,
"SpaceAfterControlFlowStatementKeyword": false,
"IndentSwitchSection": false
}
}