aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-10-24 14:41:48 -0700
committerRob Mensching <rob@robmensching.com>2018-10-24 21:25:56 -0700
commitb66ea2e10a1b4be642e58319de85d2ca54991b47 (patch)
tree5849581b248a0c00704c54227bec777382236d53
parent008a6fd58bfb40ed58a184aff40c3f01bb26391b (diff)
downloadwix-b66ea2e10a1b4be642e58319de85d2ca54991b47.tar.gz
wix-b66ea2e10a1b4be642e58319de85d2ca54991b47.tar.bz2
wix-b66ea2e10a1b4be642e58319de85d2ca54991b47.zip
Add .editorconfig
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 4ceaca17..2ebba4b3 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -16,6 +16,12 @@ csharp_indent_case_contents = true : error
16csharp_indent_switch_labels = true : error 16csharp_indent_switch_labels = true : error
17csharp_new_line_before_open_brace = all 17csharp_new_line_before_open_brace = all
18csharp_prefer_braces = true : error 18csharp_prefer_braces = true : error
19csharp_style_expression_bodied_methods = when_on_single_line : suggestion
20csharp_style_expression_bodied_constructors = when_on_single_line : suggestion
21csharp_style_expression_bodied_operators = when_on_single_line : suggestion
22csharp_style_expression_bodied_properties = when_on_single_line : suggestion
23csharp_style_expression_bodied_indexers = when_on_single_line : suggestion
24csharp_style_expression_bodied_accessors = when_on_single_line : suggestion
19csharp_style_var_elsewhere = true : suggestion 25csharp_style_var_elsewhere = true : suggestion
20csharp_style_var_for_built_in_types = true : suggestion 26csharp_style_var_for_built_in_types = true : suggestion
21csharp_style_var_when_type_is_apparent = true : suggestion 27csharp_style_var_when_type_is_apparent = true : suggestion