Adds editor config to ensure EOL before EOF (#240)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Crypt Keeper
2022-02-14 16:30:10 +08:00
committed by GitHub
parent a88da0ca5a
commit d7f3a1b840

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true