2025-03-26_auto-backup_tracked
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user