Chore: Configure pre-commit to format our s6-overlay files (#11414)

This commit is contained in:
Trenton H
2025-11-19 13:34:29 -08:00
committed by GitHub
parent 4a8d3c858c
commit bc622d67fc
5 changed files with 30 additions and 26 deletions

View File

@@ -11,6 +11,10 @@ end_of_line = lf
charset = utf-8
max_line_length = 79
[*.sh]
indent_style = tab
indent_size = 1
[{*.html,*.css,*.js}]
max_line_length = off