Skip to content

Commit c7acea1

Browse files
committed
Added .editorconfig
1 parent 840ba30 commit c7acea1

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# All files
2+
[*]
3+
end_of_line = crlf
4+
indent_style = space
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
# Project files
8+
[*.{csproj,fsproj}]
9+
indent_size = 2
10+
# Code files
11+
[*.{cs,csx,fs,fsx,vb,vbx,xml}]
12+
indent_size = 4
13+
charset = utf-8-bom

FSharp.Control.AsyncSeq.sln

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 15
3-
VisualStudioVersion = 15.0.27004.2006
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0.29924.181
44
MinimumVisualStudioVersion = 15.0.26124.0
55
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B98-5CED-492C-A5B7-A5B4F73CF142}"
66
ProjectSection(SolutionItems) = preProject
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{63297B
1010
EndProject
1111
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "project", "project", "{BF60BC93-E09B-4E5F-9D85-95A519479D54}"
1212
ProjectSection(SolutionItems) = preProject
13+
.editorconfig = .editorconfig
1314
.gitignore = .gitignore
1415
.travis.yml = .travis.yml
1516
appveyor.yml = appveyor.yml

0 commit comments

Comments
 (0)