From 662ba7cb6b2ce9e6e636b87a8851168b7d651c42 Mon Sep 17 00:00:00 2001 From: Peter Butzhammer Date: Wed, 7 Feb 2024 09:36:20 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 20 ++++++++++++++++++++ Sharp7.Rx/Sharp7.Rx.csproj | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..23fd735 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Baseline +[*] +charset = utf-8-bom +indent_style = space +indent_size = 4 +tab_width = 4 +trim_trailing_whitespace = true +max_line_length = 200 +insert_final_newline = true + +[*.{json,xml,csproj,config}] +indent_size = 2 + +[Directory.*.props] +indent_size = 2 diff --git a/Sharp7.Rx/Sharp7.Rx.csproj b/Sharp7.Rx/Sharp7.Rx.csproj index 4e36f88..11fce0d 100644 --- a/Sharp7.Rx/Sharp7.Rx.csproj +++ b/Sharp7.Rx/Sharp7.Rx.csproj @@ -14,7 +14,7 @@ - +