- Added .editorconfig (see http://EditorConfig.org)

This commit is contained in:
Phil Garcia 2014-12-25 07:59:18 -08:00
parent ad1b08bc74
commit c7d12e07a7
2 changed files with 22 additions and 0 deletions

21
.editorconfig Normal file
View file

@ -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

1
.gitignore vendored
View file

@ -42,3 +42,4 @@ Build/VMWare/Workstation/Cosmos.vmxf
Setup/Current.iss
Cosmos.Assembler.Log
UpgradeLog.htm