Skip to content

Commit

Permalink
Consistent .editorconfig across projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtuoel committed Jun 24, 2020
1 parent 9849406 commit 27c23c4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
root = true

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

0 comments on commit 27c23c4

Please sign in to comment.