Opened 12 years ago
Closed 12 years ago
#28289 closed defect (bug) (fixed)
Include *.yml coding standards in .editorconfig
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.0 | Priority: | normal |
| Severity: | normal | Version: | 4.0 |
| Component: | Build/Test Tools | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
YAML files should use the same code styling as JSON files in .editorconfig
http://yaml.org/spec/1.2/spec.html#id2777534
To maintain portability, tab characters must not be used in indentation
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
We don't have many yml files, but since white space matters in YAML, this seems like a smart addition to me.