Merge pull request #156 from moreati/editorconfig

Standardise newline and trailing whitespace conventions
This commit is contained in:
Stephen Buttolph 2020-05-12 22:32:54 -04:00 committed by GitHub
commit 19db6fe6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
# https://editorconfig.org/
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_newspace = true