Initial commit

This commit is contained in:
Torjus Håkestad 2022-01-16 02:01:01 +01:00
commit 853d032bd2
5 changed files with 49 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[[Mm]akefile{,.*}]
indent_style = tab
[*.{yml,yaml}]
indent_size = 2

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# retain windows line-endings in case checked out on mac or linux
* text eol=crlf

9
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,9 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
args: [--fix=crlf]

1
README.md Normal file
View File

@ -0,0 +1 @@
# tjuice-bucket

22
bucket/gpaste.json Normal file
View File

@ -0,0 +1,22 @@
{
"homepage": "https://git.t-juice.club/torjus/gpaste",
"description": "Simple pastebin-style thingie.",
"version": "0.1.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://git.t-juice.club/attachments/b461dda5-cb3e-4cd9-a398-eb41fe11ac19"
],
"hash": [
"a084d76f421d5198c1d3d4c88841d3254ed7cadaa43c32173ab2fe73002c6457"
]
}
},
"bin": "gpaste.exe",
"shortcuts": [
[
"gpaste.exe"
]
]
}