diff --git a/.editorconfig b/.editorconfig index 157a184ca2eff69e4b8f2df91bba4a270df29fdf..ec31d5bac26c284a2a1560515e728b7f4175d022 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,6 @@ +# formatting rules docs +# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/formatting-rules + root = true [*] @@ -8,9 +11,6 @@ tab_width = 3 trim_trailing_whitespace = true insert_final_newline = true -# formatting rules docs -# https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/formatting-rules - # Microsoft .NET properties dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:none dotnet_style_parentheses_in_other_binary_operators = never_if_unnecessary:none diff --git a/.gitattributes b/.gitattributes index 1ff0c423042b46cb1d617b81efb715defbe8054d..95bfcc0ac8486c2b59c3ec81035672ecc0272438 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### + * text=auto ############################################################################### @@ -17,7 +18,7 @@ # # Merging from the command prompt will add diff markers to the files if there # are conflicts (Merging from VS is not affected by the settings below, in VS -# the diff markers are never inserted). Diff markers may cause the following +# the diff markers are never inserted). Diff markers may cause the following # file extensions to fail to load in VS. An alternative would be to treat # these files as binary and thus will always conflict and require user # intervention with every merge. To do so, just uncomment the entries below @@ -46,9 +47,9 @@ ############################################################################### # diff behavior for common document formats -# +# # Convert binary document formats to text before diffing them. This feature -# is only available from the command line. Turn it on by uncommenting the +# is only available from the command line. Turn it on by uncommenting the # entries below. ############################################################################### #*.doc diff=astextplain diff --git a/.gitignore b/.gitignore index ae6998cba74ba31c4aeaf10697ae285bfa9ea4bb..0d12735feac94ee9c355cc51db1a96a8121435f9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ node_modules .cache docs/.vuepress/dist **/nupkg +nupkg diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 18c91471812cb6f4c4e8d0fc407f70c4612e1648..1fe1477de55ea6effb85aef7d182f029ac26cd65 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -58,8 +58,8 @@ representative at an online or offline event. ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported +to the community leaders responsible for enforcement at . All complaints will be reviewed and investigated promptly and fairly. diff --git a/Husky.sln b/Husky.sln index c0b7012429b639396d2bc86aa604071df2788406..9377523fb76761302bade255cf15f16a8cbf86f7 100644 --- a/Husky.sln +++ b/Husky.sln @@ -1,5 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 + Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Husky", "src\Husky\Husky.csproj", "{12AB4B33-47A6-49D5-872A-5BA6DD634E9C}" EndProject Global diff --git a/LICENSE b/LICENSE index 7b4bd094646beb6f33ebe0a0de3565cc6342524b..cd3e4342f72964d3a06e781afc59174d7132cca0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License +# MIT License Copyright (c) 2021 AliReZa Sabouri