diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-02-01 16:22:24 -0800 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2009-02-01 16:22:24 -0800 |
commit | 2bd2dc13c7e2b4ac8f6bbf3d20031d93878fda27 (patch) | |
tree | cf86d70811e71bd8c7dd2dfc4d8e12313ebdae3c /src | |
parent | 9cea9c333877f46425040d38afe5a97053f816b1 (diff) | |
download | DotNetOpenAuth-2bd2dc13c7e2b4ac8f6bbf3d20031d93878fda27.zip DotNetOpenAuth-2bd2dc13c7e2b4ac8f6bbf3d20031d93878fda27.tar.gz DotNetOpenAuth-2bd2dc13c7e2b4ac8f6bbf3d20031d93878fda27.tar.bz2 |
Added some contributing guidelines and the LICENSE file to the drop generation.
Diffstat (limited to 'src')
-rw-r--r-- | src/C# formatting rules.reg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/C# formatting rules.reg b/src/C# formatting rules.reg new file mode 100644 index 0000000..9c16f56 --- /dev/null +++ b/src/C# formatting rules.reg @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\CSharp\Options\Formatting] +"NewLines_Braces_AnonymousMethod"=dword:00000000 +"NewLines_Braces_AnonymousTypeInitializer"=dword:00000000 +"NewLines_Braces_ObjectInitializer"=dword:00000000 +"NewLines_Braces_ControlFlow"=dword:00000000 +"NewLines_Braces_Method"=dword:00000000 +"NewLines_Braces_Type"=dword:00000000 +"NewLines_Braces_LambdaExpressionBody"=dword:00000000 +"NewLines_Keywords_Catch"=dword:00000000 +"NewLines_Keywords_Else"=dword:00000000 +"NewLines_Keywords_Finally"=dword:00000000 + |