diff --git a/.editorconfig b/.editorconfig index 974d5ed9cc4082ead33098fad1731d1b57792f72..4275af1aef1c191d094d61ea2fa68f3785647d3b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ # See https://editorconfig.org/ -root = true # top-most .editorconfig-file +# top-most .editorconfig-file +root = true [*] tab_width = 3 @@ -12,4 +13,4 @@ insert_final_newline = false [*.py] tab_width = 4 indent_size = 4 -insert_final_newline = true +insert_final_newline = true \ No newline at end of file