Compare commits

..

No commits in common. "04eab0e211c8b4b45cca9d38ee4385cdddd4aa0f" and "8d0e562024dc55713a688a40363596ed5037c0c1" have entirely different histories.

28 changed files with 154 additions and 159 deletions

View File

@ -1,14 +1,14 @@
root = true
[*]
# Future: https://github.com/editorconfig/editorconfig/issues/89
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
indent_style = tab
indent_size = tab
max_line_length = 78
end_of_line = lf
#tab_width =
[*.{cff,yaml,yml}]
indent_style = space
@ -17,3 +17,4 @@ indent_size = 2
[*.{txt,markdown,md}]
trim_trailing_whitespace = false
indent_style = space
indent_size = 2

3
.gitattributes vendored
View File

@ -1,4 +1,5 @@
* text=auto eol=lf linguist-detectable
# Line ending normalisatsion, force linguist to consider everything
* text=auto linguist-detectable
# bash scripts are most likely ran on Linux so they have lf endings
*.bash text eol=lf

View File

@ -10,12 +10,6 @@ repos:
- id: detect-private-key
- id: end-of-file-fixer
- id: fix-byte-order-marker
- repo: https://github.com/thlorenz/doctoc
rev: v2.2.0
hooks:
- id: doctoc
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
args: [--update-only]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
hooks:
@ -25,4 +19,3 @@ repos:
hooks:
- id: editorconfig-checker
alias: ec
args: [-disable-max-line-length]

0
bash/backup-relpda.bash Executable file → Normal file
View File

0
bash/borgbackup-etro.bash Executable file → Normal file
View File

0
bash/deprecated/certbot-ssl.sh Executable file → Normal file
View File

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=1.19.0-3
VERSION=1.18.3-2
PLATFORM=linux-amd64
# If the signature is already downloaded, don't redownload it

0
bash/oneliner/start-transmission-daemon.bash Executable file → Normal file
View File

0
php/IP.php Normal file → Executable file
View File

0
php/IPTITLE.php Normal file → Executable file
View File

0
php/gravatar.php Normal file → Executable file
View File

0
php/libravatar.php Normal file → Executable file
View File

0
ruby/ipfsbin.rb Executable file → Normal file
View File