We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 407d15c + cae578a commit fbdb715Copy full SHA for fbdb715
.editorconfig
@@ -0,0 +1,21 @@
1
+# EditorConfig is awesome:
2
+http://EditorConfig.org
3
+
4
+# top-most EditorConfig file
5
+root = true
6
7
+# Default settings:
8
+# A newline ending every file
9
+# Use tabs as indentation
10
+# Trim trailing whitespace
11
+[*]
12
+insert_final_newline = true
13
+indent_style = space
14
+indent_size = 2
15
+trim_trailing_whitespace = true
16
17
+[*.cs]
18
19
20
+[*.csproj]
21
.gitignore
@@ -42,3 +42,4 @@ Build/VMWare/Workstation/Cosmos.vmxf
42
43
Setup/Current.iss
44
Cosmos.Assembler.Log
45
+UpgradeLog.htm
0 commit comments