Skip to content

Commit

Permalink
🛀 add editorconfig as per PR comment ->
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandresobolevski committed Jun 22, 2016
1 parent 055543d commit e6362a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ insert_final_newline = true

[*.{json,js,jsx,html,css}]
indent_style = space
indent_size = 2
indent_size = 4

[.eslintrc]
indent_style = space
indent_size = 2
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit e6362a5

Please sign in to comment.