From 9a4cec40dcee16bc59af6b41988cf263f9adbf0b Mon Sep 17 00:00:00 2001 From: Johannes Brittain Date: Tue, 12 Feb 2019 12:08:37 +0000 Subject: [PATCH] Added editor config to keep with Xceed code style. --- ExtendedWPFToolkitSolution/.editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ExtendedWPFToolkitSolution/.editorconfig diff --git a/ExtendedWPFToolkitSolution/.editorconfig b/ExtendedWPFToolkitSolution/.editorconfig new file mode 100644 index 00000000..9c379cb9 --- /dev/null +++ b/ExtendedWPFToolkitSolution/.editorconfig @@ -0,0 +1,11 @@ +# top-most editor config file +root = true + +[*.cs] +indent_style = space +indent_size = 2 +csharp_space_after_keywords_in_control_flow_statements = false +csharp_space_between_parentheses = control_flow_statements,expressions,type_casts +csharp_space_between_method_declaration_parameter_list_parentheses = true +csharp_space_between_method_call_parameter_list_parentheses = true +csharp_space_between_square_brackets = true \ No newline at end of file