File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# files reformatted from DOS line-endings
2
2
1277d8e5ab6457ed18d291100539f31d1bdb2d7c
3
+ # enforced .editorconfig eol settings
4
+ fbb026ef1145fe29e0ec3c1b66a3e99cac51e18d
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
13
13
- GetSConsVersion() to grab the latest SCons version without needing to
14
14
access SCons internals.
15
15
- Migrate setup.cfg logic to pyproject.toml; remove setup.cfg.
16
+ - Update .gitattributes to match .editorconfig; enforce eol settings.
16
17
17
18
From Raymond Li:
18
19
- Fix issue #3935: OSErrors are now no longer hidden during execution of
Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ DEVELOPMENT
88
88
by adding SKIP_PDF=1. This should help with distro packaging of SCons,
89
89
which now does not need "fop" and other tools to be set up in order to
90
90
build pdf versions which are then ignored.
91
+ - .gitattributes has been setup to mirror .editorconfig's eol settings.
92
+ The repo-wide line-ending is now `lf`, with the exception of a few
93
+ Windows-only files using `crlf` instead. Any files not already fitting
94
+ this format have been explicitly converted.
91
95
92
96
93
97
Thanks to the following contributors listed below for their contributions to this release.
You can’t perform that action at this time.
0 commit comments