Skip to content

Commit

Permalink
Merge pull request #6 from messerli-informatik-ag/update-code-style
Browse files Browse the repository at this point in the history
Update code style
  • Loading branch information
Jan Nils Ferner authored Mar 4, 2020
2 parents 573c382 + cb6049f commit 1d5cd55
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
1 change: 0 additions & 1 deletion .config/code-style
Submodule code-style deleted from 165e6f
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

3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

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>
3 changes: 0 additions & 3 deletions Directory.Build.targets

This file was deleted.

0 comments on commit 1d5cd55

Please sign in to comment.