From 7b6798ed91e5a31d831a27cd782a433ebce5ee31 Mon Sep 17 00:00:00 2001 From: AliReZa Sabouri <7004080+alirezanet@users.noreply.github.com> Date: Fri, 31 Dec 2021 22:00:30 +0330 Subject: [PATCH] build: Initial commit --- .editorconfig | 6 +++--- .gitattributes | 7 ++++--- .gitignore | 1 + CODE_OF_CONDUCT.md | 4 ++-- Husky.sln | 1 + LICENSE | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.editorconfig b/.editorconfig index 157a184..ec31d5b 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 1ff0c42..95bfcc0 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 ae6998c..0d12735 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 18c9147..1fe1477 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 c0b7012..9377523 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 7b4bd09..cd3e434 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License +# MIT License Copyright (c) 2021 AliReZa Sabouri -- GitLab