make indentation consistent in toml

This commit is contained in:
Josh Thomas 2025-05-02 22:16:43 -05:00
parent 0d816ea0dc
commit f778bef5db
2 changed files with 13 additions and 13 deletions

View file

@ -16,7 +16,7 @@ indent_size = 4
line_length = 120
multi_line_output = 3
[*.{css,html,js,json,jsx,proto,sass,scss,svelte,ts,tsx,yml,yaml}]
[*.{css,html,js,json,jsx,proto,sass,scss,svelte,toml,ts,tsx,yml,yaml}]
indent_size = 2
[*.md]