mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
- Added .editorconfig (see http://EditorConfig.org)
This commit is contained in:
parent
ad1b08bc74
commit
c7d12e07a7
2 changed files with 22 additions and 0 deletions
21
.editorconfig
Normal file
21
.editorconfig
Normal 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
1
.gitignore
vendored
|
|
@ -42,3 +42,4 @@ Build/VMWare/Workstation/Cosmos.vmxf
|
||||||
|
|
||||||
Setup/Current.iss
|
Setup/Current.iss
|
||||||
Cosmos.Assembler.Log
|
Cosmos.Assembler.Log
|
||||||
|
UpgradeLog.htm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue