Commit c002d0ec authored by Filipe Silva's avatar Filipe Silva Committed by Jesús Rodríguez

chore(editorconfig): remove end_of_line setting (#267)

Using `end_of_line` causes issues on windows machines.
parent ccb97afd
...@@ -5,7 +5,6 @@ root = true ...@@ -5,7 +5,6 @@ root = true
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
end_of_line = lf
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment