diff --git a/.editorconfig b/.editorconfig index 5760be58..e000b0ce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true +end_of_line = lf [*.md] trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..99cda562 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text eol=lf +