Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7403 closed defect (bug) (fixed)

`.jsintrc` is a JSON file, indentation should use tabs, not spaces

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
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)

7403.patch (876 bytes) - added by netweb 8 years ago.

Download all attachments as: .zip

Change History (3)

@netweb
8 years ago

#1 @DJPaul
8 years ago

  • Keywords commit added

make it so!

#2 @netweb
8 years ago

  • Owner set to netweb
  • Resolution set to fixed
  • Status changed from new to closed

In 11347:

Build Tools: .jshintrc is a JSON file, indentation should use spaces, not tabs.

Fixes #7403.

Note: See TracTickets for help on using tickets.