AutoYADM commit: 2025-06-24 13:51:47

This commit is contained in:
Daniel Fichtinger 2025-06-24 13:51:47 -04:00
parent 2cf674bb7e
commit 6264b1e53c
4 changed files with 77 additions and 15 deletions

View file

@ -8,6 +8,10 @@ end_of_line = lf
# indent_style=space
# indent_size=4
[*.{json,jsonc}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4