From e6fa7208d9b2d4ed11f9212fd0f4c940f7a1e9f4 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Thu, 29 Sep 2022 13:08:44 +0700 Subject: [PATCH] Also make newline use crlf in editorconfig --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 07634f93a..e88aff724 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,11 +5,13 @@ root = true insert_final_newline = true charset = utf-8 indent_style = tab +end_of_line = crlf [*.java] insert_final_newline = true charset = utf-8 indent_style = tab +end_of_line = crlf [*.json] insert_final_newline = false