Skip to content

Commit

Permalink
Merge pull request wp-shortcake#163 from spiritedmedia/editorconfig-d…
Browse files Browse the repository at this point in the history
…efault-tab-size

Set default indent size to 4 spaces in EditorConfig
  • Loading branch information
davisshaver committed Dec 18, 2015
1 parent a1e19c6 commit ea3aa18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

[readme.txt,*.md,*.markdown]
trim_trailing_whitespace = false
Expand Down

0 comments on commit ea3aa18

Please sign in to comment.