Add dotnet-format tool (#1756)

This commit is contained in:
Oscar Hinton
2021-12-16 08:48:30 +01:00
committed by GitHub
parent 9a19d96fa5
commit 61dc65aa59
4 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ root = true
# Don't use tabs for indentation.
[*]
end_of_line = lf
indent_style = space
# (Please don't specify an indent_size here; that has too many unintended consequences.)