Skip to content

Commit 96a2e3a

Browse files
committed
Add .editorconfig
1 parent efd3e92 commit 96a2e3a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
root = true
2+
3+
[*.cs]
4+
insert_final_newline = true

StyleCopAnalyzers.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ EndProject
1717
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F9532E9-B126-402A-B338-54431A4882B2}"
1818
ProjectSection(SolutionItems) = preProject
1919
.codecov.yml = .codecov.yml
20+
.editorconfig = .editorconfig
2021
appveyor.yml = appveyor.yml
2122
CONTRIBUTING.md = CONTRIBUTING.md
2223
LICENSE = LICENSE

0 commit comments

Comments
 (0)