From 819bb9f142f3709c0cf33edd172a8074f8d3212b Mon Sep 17 00:00:00 2001 From: sspanak Date: Sat, 26 Apr 2025 14:19:50 +0300 Subject: [PATCH] enforced Unix-style newlines in .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) 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