backupd/.editorconfig
洛天依 f17345dae8
All checks were successful
Lint / Lint (push) Successful in 15s
initial commit
2025-01-20 02:50:30 +00:00

13 lines
230 B
INI

# 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
trim_trailing_whitespace = false
insert_final_newline = true