We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83916a4 commit 9c2f680Copy full SHA for 9c2f680
2 files changed
.editorconfig
@@ -0,0 +1,10 @@
1
+; Top-most EditorConfig file
2
+root = true
3
+
4
+[*]
5
+indent_style = tab
6
+indent_size = 4
7
8
+[*.csproj]
9
+indent_style = space
10
+indent_size = 2
appveyor.yml
@@ -0,0 +1,9 @@
+version: 1.0.{build}
+configuration: Debug
+platform: Any CPU
+before_build:
+- nuget restore ICSharpCode.AvalonEdit.sln
+build:
+ project: ICSharpCode.AvalonEdit.sln
+ parallel: true
+ verbosity: minimal
0 commit comments