Skip to content

Commit 06a5d89

Browse files
committed
minor #3047 Re-configure LF eof in git (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Re-configure LF eof in git | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT I went too quickly in Kocal@01bea65 and I removed the whole `.gitattributes` instead of only old related things to Yarn Berry This should fix the Windows CI (https://github.com/symfony/ux/actions/runs/17148124854/job/48648241720?pr=3038) Commits ------- 7febc2c Re-configure LF eof in git
2 parents 1de4907 + 7febc2c commit 06a5d89

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ trim_trailing_whitespace = true
1111
[*.{php,html,twig}]
1212
indent_style = space
1313
indent_size = 4
14+
15+
[*.md]
16+
max_line_length = 80
17+
18+
[COMMIT_EDITMSG]
19+
max_line_length = 0

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

0 commit comments

Comments
 (0)