Merge pull request #28 from cjfloss/editor-config

Use the Unix file ending
This commit is contained in:
Preston 2020-06-03 21:39:49 -04:00 committed by GitHub
commit 9f7f8413d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ root = true
[*]
indent_style = space
indent_size = 2
end_of_line = crlf
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true