chore(lint): fix linting

This commit is contained in:
2025-04-30 16:57:03 +03:00
parent 40f2efa564
commit af085bf9bb
5 changed files with 58 additions and 27 deletions

View File

@@ -17,3 +17,10 @@ indent_size = 4
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
max_line_length = 100
[*.yml]
max_line_length = 100