1
mirror of https://github.com/jakejarvis/mastodon-utils.git synced 2025-11-04 10:20:11 -05:00

save automatic backups to Linode bucket

This commit is contained in:
2022-12-27 20:48:48 -05:00
parent a96e466775
commit f48a0508a7
5 changed files with 35 additions and 3 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
# http://editorconfig.org
# this file is the top-most editorconfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.conf]
indent_style = tab