[FOLIO-340] Add EditorConfig settings for dev.folio.org sources Created: 29/Sep/16 Updated: 12/Nov/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | New Feature | Priority: | P3 |
| Reporter: | David Crossley | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
Use EditorConfig to enable configuration of text editors for whitespace consistency. |
| Comments |
| Comment by David Crossley [ 29/Sep/16 ] |
|
The http://editorconfig.org explains how to provide per-project configuration files, and has notes about how to configure various text editors and IDEs. I investigated some other projects. Most do it this way, providing a default set and then exclusions for some other file types. |
| Comment by David Crossley [ 29/Sep/16 ] |
|
Marc has also been investigating this in the mod-metadata There using a different approach, i.e. specific sets for each important file type. After some usage experience, we might get a uniform approach that individual projects can choose to utilise. |