editorconfig: add initial version forcing final newlines

See #337
This commit is contained in:
Minijackson
2023-03-07 15:46:21 +00:00
committed by Michael Davidsaver
parent e862f0e95f
commit a9fd57a865

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# Documentation for this file: https://EditorConfig.org
root = true
# Unix-style newlines ending every file,
# as some compilers complain about files not ending in newline
[*]
insert_final_newline = true