#51113 closed task (blessed) (fixed)
Set 'svn:eol-style' to 'native' for all the new files in 5.5
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
In [46585-46588], the svn:eol-style
property was consistently set for all files.
Some new files have been added since then without the property, resulting in inconsistent line endings.
Relevant changesets:
- [48141] Editor: Introduce new API method that register block from
block.json
metadata file - [48156] Block Editor: Add the Block Patterns API.
- [48159] Editor: Introduce WP_Block and WP_Block_List classes
- [48224] Editor: Introduce block context
- [48262] Editor: Register core blocks on the server
- [48277] Color schemes: Add new modern color scheme option.
- [48334] Block Editor: Add the initial set of block patterns.
- [48382] Block Editor: Add a script to run Gutenberg end 2 end tests on Core.
For some reason, the svn:auto-props
option added in [46636] did not affect these new files.
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 48845: