Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #821 from codydaig/fix/editorconfig
Browse files Browse the repository at this point in the history
Changed .html files to have 2 spaces instead of tabs
  • Loading branch information
lirantal committed Aug 19, 2015
2 parents 2e8d659 + 5754b03 commit bc31d45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,15 @@ space_after_anonymous_functions = true
spaces_in_brackets = false

# No Standard. Please document a standard if different from .js
[**.yml, **.html, **.css]
[**.yml, **.css]
trim_trailing_whitespace = true
indent_style = tab

[**.html]
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

# No standard. Please document a standard if different from .js
[**.md]
indent_style = tab
Expand Down

0 comments on commit bc31d45

Please sign in to comment.