Skip to content

Commit

Permalink
Adjust .editorconfig
Browse files Browse the repository at this point in the history
Avalondock project uses only linefeed endings (no crlf lineendings).

With this config visual studio does not change the way lines are ended.
see https://editorconfig.org
  • Loading branch information
Dirkster99 committed Aug 13, 2020
1 parent d30526a commit a413f3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 0 additions & 4 deletions editorconfig

This file was deleted.

9 changes: 8 additions & 1 deletion source/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[*.cs]
root = true

[*]
end_of_line = lf
indent_style = tab
charset = utf-8

[*.cs]

# IDE0055: 修正格式
dotnet_diagnostic.IDE0055.severity = none
4 changes: 0 additions & 4 deletions source/editorconfig

This file was deleted.

0 comments on commit a413f3d

Please sign in to comment.