diff --git a/.editorconfig b/.editorconfig index 88d539d3..fd8405bb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,4 +2,7 @@ root=true [*.{groovy,java,kt,xml}] indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.sh] +end_of_line=lf