Skip to content

Commit

Permalink
🔨 Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dantehemerson committed Sep 11, 2018
1 parent df1ddbc commit 1788d45
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
ident_style = tab
end_of_line = lf

[*.{js, jsx}]
tab_width = 3

[*.{scss, css}]
tab_width = 2

[{package.json}]
tab_width = 3

0 comments on commit 1788d45

Please sign in to comment.