diff --git a/.editorconfig b/.editorconfig index ed98b687..67dfc91f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,9 @@ # Editor configuration, see https://editorconfig.org root = true +[*] +end_of_line = lf + [*.{gradle,java,properties,xml}] charset = utf-8 indent_style = tab