backupd/.editorconfig

19 lines
348 B
INI
Raw Normal View History

2025-01-20 02:50:30 +00:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
2025-01-20 02:54:23 +00:00
trim_trailing_whitespace = true
2025-01-20 02:50:30 +00:00
insert_final_newline = true
2025-01-20 02:54:23 +00:00
[{*.service,*.timer}]
indent_style = tab
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true