feat(config): fish formatting, secrets, op

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-04-19 04:11:14 +03:00
parent 196077bea9
commit 5321ad7bd7
5 changed files with 32 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.fish]
max_line_length = 80
[*.md]
max_line_length = 100