1root = true 2 3[*.{py,pyi,rst,md,yml,yaml,toml,json}] 4trim_trailing_whitespace = true 5insert_final_newline = true 6indent_style = space 7 8[*.{py,pyi,toml,json}] 9indent_size = 4 10 11[*.{yml,yaml}] 12indent_size = 2 13