Set some coding standards
This commit is contained in:
parent
16842ae7af
commit
ffb3e791ab
2 changed files with 130 additions and 0 deletions
16
omnisharp.json
Normal file
16
omnisharp.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"FormattingOptions": {
|
||||
"NewLinesForBracesInLambdaExpressionBody": false,
|
||||
"NewLinesForBracesInAnonymousMethods": false,
|
||||
"NewLinesForBracesInAnonymousTypes": false,
|
||||
"NewLinesForBracesInControlBlocks": false,
|
||||
"NewLinesForBracesInTypes": false,
|
||||
"NewLinesForBracesInMethods": false,
|
||||
"NewLinesForBracesInProperties": false,
|
||||
"NewLinesForBracesInObjectCollectionArrayInitializers": false,
|
||||
"NewLinesForBracesInAccessors": false,
|
||||
"NewLineForElse": false,
|
||||
"NewLineForCatch": false,
|
||||
"NewLineForFinally": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue