maybe you can annoy less like this?

This commit is contained in:
SandPoot
2024-03-12 22:32:07 -03:00
parent 89c7abec36
commit dcf435d52a

View File

@@ -2,12 +2,21 @@
root = true
[*]
indent_style = space
indent_size = 2
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
[*.md]
max_line_length = 80
trim_trailing_whitespace = false
[Dockerfile]
indent_style = space