Skip to content

Commit

Permalink
Fix spelling error and add newline at end of file
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <[email protected]>
  • Loading branch information
lucperkins committed Jul 3, 2018
1 parent 12f7d2a commit 8c89863
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
root = true

[*]
end_of_line = 1f
end_of_line = lf
insert_final_newline = true
charset = utf-8

Expand All @@ -10,4 +10,5 @@ indent_style = space
indent_size = 2

[Makefile]
indent_style = tab
indent_style = tab

0 comments on commit 8c89863

Please sign in to comment.