From 13c5da4e43b7208d6116f2805f300c232e7d57b2 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 d3083a808..330927cea 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