Skip to content

Commit

Permalink
feat: revise .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
fiteen committed Dec 19, 2019
1 parent 80bede2 commit a3cc49b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
translate_tabs_to_spaces = true
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
Expand Down

0 comments on commit a3cc49b

Please sign in to comment.