diff --git a/.editorconfig b/.editorconfig index 26fb67037bf6..5394de3d7fed 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{py,pyi,rst,md,yml,yaml,toml,json}] +[*.{py,pyi,rst,md,yml,yaml,toml,json,txt}] trim_trailing_whitespace = true insert_final_newline = true indent_style = space