diff --git a/.editorconfig b/.editorconfig index 078c54c..299cc60 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,5 @@ root = true [*] indent_style = space indent_size = 2 -charset = utf-8 \ No newline at end of file +charset = utf-8 +end_of_line = LF \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..07764a7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf \ No newline at end of file