-
Notifications
You must be signed in to change notification settings - Fork 1
/
omnisharp.json
27 lines (27 loc) · 965 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
24
25
26
27
{
"FormattingOptions": {
"newLine": "\n",
"useTabs": false,
"tabSize": 2,
"indentationSize": 2,
"NewLinesForBracesInTypes": false,
"NewLinesForBracesInMethods": false,
"NewLinesForBracesInProperties": false,
"NewLinesForBracesInAccessors": false,
"NewLinesForBracesInAnonymousMethods": false,
"NewLinesForBracesInControlBlocks": false,
"NewLinesForBracesInAnonymousTypes": false,
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
"NewLinesForBracesInLambdaExpressionBody": false,
"NewLineForElse": false,
"NewLineForCatch": false,
"NewLineForFinally": false,
"NewLineForMembersInObjectInit": false,
"NewLineForMembersInAnonymousTypes": false,
"NewLineForClausesInQuery": false,
"OrganizeImports": true
},
"RoslynExtensionsOptions": {
"enableAnalyzersSupport": true
}
}