fix: more fixes

This commit is contained in:
2025-03-24 01:22:56 +02:00
parent 6b6236b303
commit 6ed6d13cd0
6 changed files with 8 additions and 165 deletions

View File

@@ -10,20 +10,9 @@ max_line_length = 160
tab_width = 2
trim_trailing_whitespace = true
[{*.php,*.json}]
indent_size = 4
max_line_length = 110
tab_width = 4
[{*.http,*.rest}]
indent_size = 0
[*.go]
indent_style = tab
[{*.markdown,*.md}]
indent_size = 4
tab_width = 4
[{*.mk,GNUmakefile,makefile}]
tab_width = 4
[{*.tf,*.tfvars}]
tab_width = 4