From a1a245b3abb457fa122d18c37749c616ffcd2f25 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Tue, 18 Oct 2022 13:21:00 +0300 Subject: [PATCH] Add `txt` to `.editorconfig` (#8920) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 26fb67037..5394de3d7 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