-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
d30526a
commit a413f3d
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.