Opened 9 years ago
Closed 9 years ago
#39359 closed defect (bug) (fixed)
`.jsintrc` is a JSON file, indentation should use tabs, not spaces
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
Following up from #29884 / r29858:
.jshintrc is a json file and .editorconfig should treat it like a json file
Even though the editorconfig file was updated to treat jshintrc as a JSON file and use spaces, not tabs the actual .jshintrc file was never updated, this ticket address this oversight on my part.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 39898: