forked from encse/adventofcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
omnisharp.json
23 lines (23 loc) · 872 Bytes
/
omnisharp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"FormattingOptions": {
"UseTabs": false,
"TabSize": 4,
"IndentationSize": 4,
"EnableEditorConfigSupport": false,
"NewLineForCatch": false,
"NewLineForClausesInQuery": false,
"NewLineForElse": false,
"NewLineForFinally": false,
"NewLineForMembersInAnonymousTypes": false,
"NewLineForMembersInObjectInit": false,
"NewLinesForBracesInAccessors": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLinesForBracesInMethods": false,
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
"NewLinesForBracesInProperties": false,
"NewLinesForBracesInTypes": false
}
}