Skip to content

Instantly share code, notes, and snippets.

@Arc0re
Created August 8, 2018 14:22
Show Gist options
  • Save Arc0re/db7bb761520062c6a9a7749680a65cda to your computer and use it in GitHub Desktop.
Save Arc0re/db7bb761520062c6a9a7749680a65cda to your computer and use it in GitHub Desktop.
1TBS C# EditorConfig (VS2017)
root = true
# https://docs.microsoft.com/fr-fr/visualstudio/ide/editorconfig-code-style-settings-reference#formatting-conventions
[*.cs]
csharp_new_line_before_open_brace = none:error
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment