chezmoi 調整架構,將共通部份移出

This commit is contained in:
2025-05-02 10:47:03 +08:00
parent 42f0328079
commit 5e616bcd4f
3 changed files with 30 additions and 23 deletions

View File

@@ -8,6 +8,10 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[.chezmoitemplates/*]
insert_final_newline = false
trim_trailing_whitespace = true
[*.md]
indent_size = 4
indent_style = space