Skip to content

Commit

Permalink
- Added .editorconfig (see http://EditorConfig.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgiphil committed Dec 25, 2014
1 parent ad1b08b commit c7d12e0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .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
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -42,3 +42,4 @@ Build/VMWare/Workstation/Cosmos.vmxf

Setup/Current.iss
Cosmos.Assembler.Log
UpgradeLog.htm

0 comments on commit c7d12e0

Please sign in to comment.