Opened 10 years ago
Closed 10 years ago
#39359 closed defect (bug) (fixed)
`.jsintrc` is a JSON file, indentation should use tabs, not spaces
| Reported by: | netweb | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 39898: