Skip to content

olilanz/common-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

common-settings

Commonly used configuration files

OmniSharp

For configuring the OmniSharp extension in e.g. VSCode, place a configuration file here: ~/.omnisharp/omnisharp.json. Compact formatting of C# code:

{
    "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
    }
}

About

Commonly used configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published