2025-03-26_auto-backup_tracked

This commit is contained in:
Quinn
2025-03-26 21:21:41 +01:00
committed by Quinn
parent 97b414f0d5
commit cd804be03b
6 changed files with 12 additions and 12 deletions

View File

@@ -6,15 +6,20 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
indent_size = tab
tab_width = 4
[*.{c,h,cpp,hpp}]
indent_style = space
tab_width = 4
[{makefile,Makefile}]
indent_style = tab
indent_size = 2
tab_width = 2
[.*/{sh,bash}]
indent_style = tab
indent_size = 2
tab_width = 2
[*.{yaml,json,toml}]
indent_style = space