From 3dc96aedae88d7385a8cbde5d2dd586264f8c5b7 Mon Sep 17 00:00:00 2001 From: AVee1 Date: Wed, 26 Oct 2022 05:21:49 +0000 Subject: [PATCH] Add continuation_indent_size to editorconfig. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index b891ab2cd..45e8b58e6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,7 @@ indent_style = space [*.py] indent_size = 4 +continuation_indent_size = 8 max_line_length = 120 [*.{html,js,json,yaml,yml}]