From e579197a96d21a11156253ecde986cb930dcc046 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 8 Nov 2021 00:45:06 +0000 Subject: [PATCH] .editorconfig: Set .py to LF --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index a270f7998..17c93efa4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,9 @@ end_of_line = lf [*.po] end_of_line = lf +[*.py] +end_of_line = lf + [*.yml] indent_style = space end_of_line = lf