editorconfig: new file (MR 2520)

This commit is contained in:
Oliver Smith 2025-01-06 13:53:42 +01:00
parent c401555fb8
commit 0640a21fba
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true