Skip to content

Commit

Permalink
Adjust .editorconfig (stepmania#1863)
Browse files Browse the repository at this point in the history
Fixes stepmania#1862.
Taken from 15c4d46.
  • Loading branch information
mkroening authored and shakesoda committed Aug 9, 2019
1 parent 4827725 commit a110070
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,12 +3,16 @@ root = true

[*]
indent_style = tab
indent_size = 8
end_of_line = crlf
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.cmake]
indent_size = 2
indent_style = space

[*.txt]
indent_style = space

Expand Down

0 comments on commit a110070

Please sign in to comment.