change default tab_width to 8

This commit is contained in:
2025-07-14 11:41:25 +02:00
parent ca0db5f3d4
commit faaa81d0fa

View File

@@ -7,7 +7,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = tab
tab_width = 4
tab_width = 8
[*.{md,json,css,scss}]
tab_width = 2