Skip to content

Commit

Permalink
Make default indent style 4 spaces
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
  • Loading branch information
brlin-tw committed Nov 1, 2020
1 parent 9760445 commit d63dea3
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 @@ -12,7 +12,8 @@ root = true
# Common settings
[*]
end_of_line = lf
indent_style = tab
indent_style = space
indent_size = 4
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
Expand All @@ -25,7 +26,6 @@ trim_trailing_whitespace = false
# YAML documents
[*.{yml,yaml}]
indent_size = 2
indent_style = space

# Avoid git patch fail to apply due to stripped unmodified lines that contains only spaces
[/.git/**]
Expand Down

0 comments on commit d63dea3

Please sign in to comment.