Skip to content

Commit

Permalink
Use new code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Schmidmeister committed Mar 4, 2020
1 parent 18fe197 commit cb6049f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.cs]
charset = utf-8-bom

[.gitmodules]
indent_style = tab

[*.{props,sln,targets}]
indent_style = tab
end_of_line = crlf

6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ItemGroup>
<PackageReference Include="Messerli.CodeStyle" Version="1.0.0" PrivateAssets="all" />
</ItemGroup>
</Project>

0 comments on commit cb6049f

Please sign in to comment.