Opened 9 years ago
Closed 9 years ago
#7403 closed defect (bug) (fixed)
`.jsintrc` is a JSON file, indentation should use tabs, not spaces
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch commit |
| Cc: |
Description
Following up from r10976:
.jshintrc was added .editorconfig to be treated as the JSON file type and use spaces, not tabs for indentation, that said the .jshintrc wasn't actually updated to use spaces instead of tabs, this ticket fixes that.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
make it so!