Skip to content

Commit 9c2f680

Browse files
committed
Add .editorconfig and appveyor.yml
1 parent 83916a4 commit 9c2f680

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 1.0.{build}
2+
configuration: Debug
3+
platform: Any CPU
4+
before_build:
5+
- nuget restore ICSharpCode.AvalonEdit.sln
6+
build:
7+
project: ICSharpCode.AvalonEdit.sln
8+
parallel: true
9+
verbosity: minimal

0 commit comments

Comments
 (0)