2025-04-18_auto-backup_tracked

This commit is contained in:
Quinn
2025-04-18 16:20:59 +02:00
committed by Quinn
parent d0810ea95b
commit b693e501cc
7 changed files with 57 additions and 15 deletions

View File

@@ -5,22 +5,31 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_style = tab
indent_size = tab
tab_width = 4
[*.{c,h,cpp,hpp}]
indent_style = tab
indent_size = tab
tab_width = 4
[{makefile,Makefile}]
indent_style = tab
indent_size = tab
tab_width = 2
[.*/{sh,bash}]
indent_style = tab
indent_size = tab
tab_width = 2
[*.{py,rs}]
indent_style = space
indent_size = tab
tab_width = 4
[*.{yaml,json,toml}]
indent_style = space
indent_size = 2
indent_size = tab
tab_width = 2