diff --git a/.editorconfig b/.editorconfig index c6d7217..36b44bb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,4 @@ [*.lua] indent_style = tab indent_size = 4 +end_of_line = lf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ca69452 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.lua text=auto +*.lua eol=lf