From c7d12e07a75928a28dbb4e5c86fa130ca2dfe81a Mon Sep 17 00:00:00 2001 From: Phil Garcia Date: Thu, 25 Dec 2014 07:59:18 -0800 Subject: [PATCH] - Added .editorconfig (see http://EditorConfig.org) --- .editorconfig | 21 +++++++++++++++++++++ .gitignore | 1 + 2 files changed, 22 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..44013c459e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,21 @@ +# EditorConfig is awesome: +http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Default settings: +# A newline ending every file +# Use tabs as indentation +# Trim trailing whitespace +[*] +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true + +[*.cs] +indent_size = 2 + +[*.csproj] +indent_size = 2 diff --git a/.gitignore b/.gitignore index 247be5e1e7..541f906102 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ Build/VMWare/Workstation/Cosmos.vmxf Setup/Current.iss Cosmos.Assembler.Log +UpgradeLog.htm