From 988cb01e64eb5677e3ac1f4c0d70dcf3c4b2ea3b Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 14 Jan 2022 18:23:02 -0800 Subject: [PATCH] .editorconfig: add missing newline pretty sections --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 0f75d35a770..adc5a1c59cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -31,6 +31,7 @@ trim_trailing_whitespace = false indent_style = tab indent_size = unset + [*.py] # isort config force_sort_within_sections = true