changed to tab_width
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9582622ed2
commit
f04d976cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{ts,tsx,js,json}]
|
[*.{ts,tsx,js,json}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
tab_width = 4
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue