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

Commit

Permalink
Changed .html files to have 2 spaces instead of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
codydaig committed Aug 18, 2015
1 parent 793187c commit 5754b03
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 5754b03

Please sign in to comment.