Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Matousek <tomat@microsoft.com>2017-05-22 06:00:31 +0300
committerTomas Matousek <tomat@microsoft.com>2017-08-09 23:18:21 +0300
commit323c6437bcbf29450e017f1a327328f36db2e750 (patch)
tree595d97b591634f6d0b53ee7de922f6c40d66ec9a /.editorconfig
parentc5c135a8a255883fa8ec2e7ff0b1a437e8bebaa8 (diff)
Include formatting style in .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 7c2b956..6868a57 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -3,3 +3,9 @@ root = true
[*.cs]
indent_style = tab
+csharp_space_between_method_declaration_name_and_open_parenthesis = true
+csharp_space_between_method_call_name_and_opening_parenthesis = true
+csharp_space_before_open_square_brackets = true
+csharp_new_line_before_open_brace = methods
+csharp_new_line_before_else = false
+csharp_indent_switch_labels = false \ No newline at end of file