Skip to:
Content

bbPress.org

Changeset 6179 for trunk/.editorconfig


Ignore:
Timestamp:
12/21/2016 09:19:35 AM (10 years ago)
Author:
netweb
Message:

Build Tools: .jshintrc is a JSON file, indentation should use spaces, not tabs, and lastly have .editorconfig treat jshintrc as a JSON file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.editorconfig

    r5972 r6179  
    1414indent_style = tab
    1515
    16 [{*.json,*.yml}]
     16[{.jshintrc,*.json,*.yml}]
    1717indent_style = space
    1818indent_size = 2
Note: See TracChangeset for help on using the changeset viewer.