Opened 15 years ago
Last modified 15 years ago
#5754 confirmed Task
Fixlineneds: allow file-specific configuration
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : CKReleaser | Version: | |
| Keywords: | Cc: |
Description
fixlineends should handle special keywords, for example to not add a BOM character to a .js file or force different line endings.
For example in .js file we could add:
// FIXLINEENDS_NOBOM
to remove BOM from that file (.js files should have BOM character).
This is important as BOM is causing problems when creating the API documentation ([5526]).
Change History (3)
comment:1 Changed 15 years ago by
| Component: | General → Project : CKReleaser |
|---|---|
| Keywords: | Confirmed added |
| Milestone: | CKEditor 3.4 |
comment:2 Changed 15 years ago by
| Milestone: | → CKEditor 3.4 |
|---|
comment:3 Changed 15 years ago by
| Milestone: | CKEditor 3.4 |
|---|

Having it targeted to the 3.4, indicates to Wiktor that we need to have it ready for that release.