From 8fb6173f27e395176953cd90335d9b1030db1fa7 Mon Sep 17 00:00:00 2001 From: penev92 Date: Sun, 27 Oct 2019 01:39:02 +0300 Subject: [PATCH] Added an .editorconfig file to the repository The file is identical to the one in the OpenRA repository. --- .editorconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5538a2b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +; Top-most http://editorconfig.org/ file +root = true + +; Unix-style newlines +[*] +end_of_line = LF +insert_final_newline = true + +; 4-column tab indentation +[*.cs] +indent_style = tab +indent_size = 4 + +; 4-column tab indentation +[*.yaml] +indent_style = tab +indent_size = 4 \ No newline at end of file