Skip to content

Commit

Permalink
indent using tabs except for pacakge,json and package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
5aledmaged committed Sep 9, 2018
1 parent dfe89a5 commit 3e04529
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[{package.json,package-lock.json}]
indent_style = space
indent_size = 2

0 comments on commit 3e04529

Please sign in to comment.