Skip to content

Commit

Permalink
refactor: 🔧 add .jsx into editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
64b2b6d12bfe4baae7dad3d01 authored and juanpicado committed Jan 7, 2018
1 parent 73b7165 commit d52f426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ end_of_line = lf
insert_final_newline = true

# 2 space indentation
[{.,}*.{js,yml,yaml}]
[{.,}*.{js,jsx,yml,yaml}]
indent_style = space
indent_size = 2

0 comments on commit d52f426

Please sign in to comment.