diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..9fb85ec49f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,14 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.c text +*.h text + +# Declare files that will always have CRLF line endings on checkout. +*.sln text eol=crlf + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary \ No newline at end of file diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 74d15d438b..3474ffe97c 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -35,6 +35,9 @@ } ], "notification_subscribers": [], + "sync_notification_subscribers": [ + "wscontent@microsoft.com" + ], "branches_to_filter": [ "" ], @@ -42,6 +45,8 @@ "git_repository_branch_open_to_public_contributors": "master", "skip_source_output_uploading": false, "need_preview_pull_request": true, + "resolve_user_profile_using_github": true, + "contribution_branch_mappings": {}, "dependent_repositories": [ { "path_to_root": "_themes.pdf", @@ -79,8 +84,7 @@ ] }, "need_generate_pdf_url_template": true, - "resolve_user_profile_using_github": true, - "Targets": { + "targets": { "Pdf": { "template_folder": "_themes.pdf" } @@ -88,4 +92,4 @@ "docs_build_engine": { "name": "docfx_v3" } -} +} \ No newline at end of file