From b66ea2e10a1b4be642e58319de85d2ca54991b47 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 24 Oct 2018 14:41:48 -0700 Subject: Add .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4ceaca17..2ebba4b3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,12 @@ csharp_indent_case_contents = true : error csharp_indent_switch_labels = true : error csharp_new_line_before_open_brace = all csharp_prefer_braces = true : error +csharp_style_expression_bodied_methods = when_on_single_line : suggestion +csharp_style_expression_bodied_constructors = when_on_single_line : suggestion +csharp_style_expression_bodied_operators = when_on_single_line : suggestion +csharp_style_expression_bodied_properties = when_on_single_line : suggestion +csharp_style_expression_bodied_indexers = when_on_single_line : suggestion +csharp_style_expression_bodied_accessors = when_on_single_line : suggestion csharp_style_var_elsewhere = true : suggestion csharp_style_var_for_built_in_types = true : suggestion csharp_style_var_when_type_is_apparent = true : suggestion -- cgit v1.2.3-55-g6feb