Skip to content

Commit

Permalink
Fix editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wgnf committed Oct 24, 2021
1 parent e36ed5d commit 322f460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dotnet_style_require_accessibility_modifiers = for_non_interface_members:suggest
#Style - Modifier preferences

#when this rule is set to a list of modifiers, prefer the specified ordering.
csharp_preferred_modifier_order = public, internal, private, static, readonly, sealed:suggestion
csharp_preferred_modifier_order = public, internal, private, protected, static, readonly, override, async, sealed:suggestion

#Style - qualification options

Expand Down
5 changes: 5 additions & 0 deletions src/CsvProc9000.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CsvProc9000", "CsvProc9000\CsvProc9000.csproj", "{0F22CCE5-F092-4F46-90E4-C065AEB48A5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{082D8BE1-7D70-4019-928C-35451A363E76}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 322f460

Please sign in to comment.