Skip to content

Commit 1ed8ec8

Browse files
Initialize open publishing repository: https://github.com/MicrosoftDocs/powerquery-docs-pr of branch master
1 parent 072d78a commit 1ed8ec8

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Diff for: .gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.c text
7+
*.h text
8+
9+
# Declare files that will always have CRLF line endings on checkout.
10+
*.sln text eol=crlf
11+
12+
# Denote all files that are truly binary and should not be modified.
13+
*.png binary
14+
*.jpg binary

Diff for: .openpublishing.publish.config.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
2222
""
2323
],
24+
"sync_notification_subscribers": [],
2425
"branches_to_filter": [],
2526
"skip_source_output_uploading": false,
26-
"need_preview_pull_request": false,
27+
"need_preview_pull_request": true,
2728
"contribution_branch_mappings": {},
2829
"dependent_repositories": [
2930
{
@@ -34,5 +35,6 @@
3435
}
3536
],
3637
"branch_target_mapping": {},
37-
"need_generate_pdf_url_template": false
38+
"need_generate_pdf_url_template": false,
39+
"targets": {}
3840
}

0 commit comments

Comments
 (0)