From 5f8275d9ac1f262c04d95242f110ca835871c6b7 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Thu, 22 Jul 2021 19:56:37 -0400 Subject: Add a simple C# .editorconfig --- modules/mono/.editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/mono/.editorconfig (limited to 'modules/mono/.editorconfig') diff --git a/modules/mono/.editorconfig b/modules/mono/.editorconfig new file mode 100644 index 0000000000..c9dcd7724e --- /dev/null +++ b/modules/mono/.editorconfig @@ -0,0 +1,14 @@ +[*.sln] +indent_style = tab + +[*.{csproj,props,targets,nuspec,resx}] +indent_style = space +indent_size = 2 + +[*.cs] +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 120 +csharp_indent_case_contents_when_block = false -- cgit v1.2.3