Opened 12 years ago
Closed 12 years ago
#28289 closed defect (bug) (fixed)
Include *.yml coding standards in .editorconfig
| Reported by: | netweb | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Build/Test Tools | Version: | 4.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
We don't have many yml files, but since white space matters in YAML, this seems like a smart addition to me.