chore: Add end of line to editorconfig
All checks were successful
Build, check & Test / run (push) Successful in 1m52s

This commit is contained in:
Florian Bouillon 2023-10-09 08:02:27 +00:00
parent 176833d709
commit 8a197f1431

View File

@ -7,6 +7,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
end_of_line = lf
# Yaml Standard
[*.{yaml,yml}]