[FIX] CRLF to LF

This commit is contained in:
Guillermo Bonet 2022-11-07 14:09:29 +01:00
parent af898533bd
commit 8c7b0f13fe
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true