Add txt to .editorconfig (#8920)

This commit is contained in:
Nikita Sobolev
2022-10-18 13:21:00 +03:00
committed by GitHub
parent 03c38d91ae
commit a1a245b3ab

View File

@@ -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