Skip to content

Commit

Permalink
Merge pull request #449 from emetriq/editorconfig
Browse files Browse the repository at this point in the history
Change default indent to 2 Spaces in .editorconfig
  • Loading branch information
bastelfreak authored Nov 17, 2018
2 parents 2adb801 + 9e93b41 commit 66ad130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
tab_width = 4
indent_style = tab
indent_size = 2
tab_width = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down

0 comments on commit 66ad130

Please sign in to comment.