Initial commit
This commit is contained in:
commit
853d032bd2
15
.editorconfig
Normal file
15
.editorconfig
Normal 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
2
.gitattributes
vendored
Normal 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
9
.pre-commit-config.yaml
Normal 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]
|
22
bucket/gpaste.json
Normal file
22
bucket/gpaste.json
Normal 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"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user