Skip to content

Instantly share code, notes, and snippets.

@Quiark
Created February 22, 2011 16:54
Show Gist options
  • Save Quiark/838972 to your computer and use it in GitHub Desktop.
Save Quiark/838972 to your computer and use it in GitHub Desktop.
Formátování C# v espace
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\CSharp\Options\Formatting]
"NewLines_Braces_AnonymousMethod"=dword:00000000
"NewLines_Braces_ControlFlow"=dword:00000000
"NewLines_Braces_AnonymousTypeInitializer"=dword:00000000
"NewLines_Braces_ObjectInitializer"=dword:00000000
"NewLines_Braces_LambdaExpressionBody"=dword:00000000
"NewLines_Keywords_Else"=dword:00000000
"NewLines_Keywords_Catch"=dword:00000000
"NewLines_Keywords_Finally"=dword:00000000
"Indent_FlushLabelsLeft"=dword:00000001
"Indent_UnindentLabels"=dword:00000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment