8000 minor addition to .editorconfig · losttech/pythonnet@542105a · GitHub
[go: up one dir, main page]

Skip to content

Commit 542105a

Browse files
committed
minor addition to .editorconfig
1 parent e3249a6 commit 542105a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ indent_style = tab
2727
[.bumpversion.cfg]
2828
trim_trailing_whitespace = false
2929
indent_style = tab
30+
31+
[*.cs]
32+
csharp_new_line_before_open_brace = true

pythonnet.15.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Test.15", "src\testi
1414
EndProject
1515
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{B6E8FE48-C755-496E-9BE0-34A60B77CA03}"
1616
ProjectSection(SolutionItems) = preProject
17+
.editorconfig = .editorconfig
1718
global.json = global.json
1819
EndProjectSection
1920
EndProject

0 commit comments

Comments
 (0)
0