-
Notifications
You must be signed in to change notification settings - Fork 0
Re-sync shared artifacts from template #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ce38eed
Conform orchestration workflows to template
ptr727 5ef655e
Carry whole .editorconfig and CODESTYLE.md from template
ptr727 a689ebf
Pin LanguageData/iso6392 to LF and normalize (EOL-only)
ptr727 e5cc78a
Document template adaptations in AGENTS.md
ptr727 2394e73
Re-carry genericized CODESTYLE; pin .husky/pre-commit LF; restore dat…
ptr727 ad13959
Adapt CODESTYLE task list and git-hook note to Husky.Net
ptr727 4cf6761
Adapt CODESTYLE InternalsVisibleTo and CI backstop to repo
ptr727 ca5ab04
Re-carry self-contained CODESTYLE; add expect_release_assets gate
ptr727 a694521
Preserve LanguageData as-downloaded: drop iso6392 EOL override + revert
ptr727 0452ee3
Re-carry portable CODESTYLE; align CI-backstop/task/hooks wording
ptr727 cfa8dcb
Re-carry AGENTS contract sections verbatim from template
ptr727 48a9567
Re-fan template doc/pin fixes from convergence re-review
ptr727 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,22 @@ | ||
| # Leave line endings alone | ||
| # git config --global core.autocrlf false | ||
| # git add --renormalize . | ||
| # git ls-files --eol | ||
| * -text | ||
| # Default: do not normalize line endings (`* -text`); .editorconfig end_of_line rules guide what the editor writes. | ||
| # The exception pins below are git's own enforcement - they force LF for execution-sensitive classes regardless of editor. | ||
| # git config --global core.autocrlf false | ||
| # git add --renormalize . | ||
| # git ls-files --eol | ||
| * -text | ||
|
|
||
| # Exception: scripts must stay LF regardless of the `* -text` default - a CRLF shebang breaks execution. `.editorconfig` | ||
| # covers `*.sh`, but extensionless executables (s6 service scripts, hooks) match no extension rule, so pin them here so | ||
| # git enforces LF on checkout and `--renormalize`. A repo shipping extensionless scripts adds an explicit path rule, | ||
| # e.g. for s6-overlay init: `Docker/s6-overlay/** text eol=lf`. | ||
| *.sh text eol=lf | ||
|
|
||
| # Dockerfiles must be LF - a CRLF breaks RUN heredocs and line continuations. | ||
| Dockerfile text eol=lf | ||
| *.Dockerfile text eol=lf | ||
|
|
||
| # Extensionless executables must stay LF - a CRLF shebang breaks execution. The Husky.Net git hook matches no extension rule. | ||
| .husky/pre-commit text eol=lf | ||
|
|
||
| # LanguageData/ holds downloaded source data the parser reads byte-for-byte; never normalize it. The `* -text` default | ||
| # above preserves it exactly as downloaded - do NOT add a `text`/`eol=` rule here. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.