diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..096ff2565 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +; Check http://editorconfig.org/ for more informations +; Top-most EditorConfig file +root = true + +; 4-column space indentation +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true + +; Not change VS generated files +[*.{sln,csroj}] +trim_trailing_whitespace = false +insert_final_newline = false