Skip to content

Commit 4f34d6b

Browse files
committed
Updated misc stuff
1 parent ae87e86 commit 4f34d6b

5 files changed

Lines changed: 33 additions & 35 deletions

File tree

.gitattributes

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11

2-
* text=auto
2+
* text = auto
33

44
## Enforce text mode and CRLF line breaks
5-
*.editorconfig text eol=crlf
6-
*.gitattributes text eol=crlf
7-
*.gitignore text eol=crlf
8-
*.htm text eol=crlf
9-
*.html text eol=crlf
10-
*.json text eol=crlf
11-
*.log text eol=crlf
12-
*.md text eol=crlf
13-
*.txt text eol=crlf
14-
*.yaml text eol=crlf
15-
*.yml text eol=crlf
16-
CODEOWNERS text eol=crlf
17-
LICENSE text eol=crlf
5+
*.editorconfig text eol = crlf
6+
*.gitattributes text eol = crlf
7+
*.gitignore text eol = crlf
8+
*.htm text eol = crlf
9+
*.html text eol = crlf
10+
*.json text eol = crlf
11+
*.log text eol = crlf
12+
*.md text eol = crlf
13+
*.txt text eol = crlf
14+
*.yaml text eol = crlf
15+
*.yml text eol = crlf
16+
CODEOWNERS text eol = crlf
17+
LICENSE text eol = crlf

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"recommendations": [
2+
"recommendations": [
33
"Gesugao-san.general-purpose-extension-pack",
44
]
55
}

.vscode/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,16 @@
1818
"**/.svn": true,
1919
"**/CVS": true,
2020
},
21+
"files.associations": {
22+
"*.json": "jsonc"
23+
},
24+
"[jsonc]": {
25+
"editor.quickSuggestions": {
26+
"strings": true
27+
},
28+
"editor.suggest.insertMode": "replace",
29+
"gitlens.codeLens.scopes": [
30+
"document"
31+
]
32+
},
2133
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Gesugao-san
3+
Copyright (c) 2022 Gesugao-san
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11

22
<p align="center">
33
<h2 align="center">
4-
<a href="https://github.com/Gesugao-san/infrastructure-template-repository">Infrastructure</a> template
4+
<a href="https://github.com/SS13HUB/ss13-projects-data">SS13 Projects data</a>
55
</h2>
6-
<p align="center">
7-
Origin:
8-
<a href="https://github.com/BYOND/infrastructure-template-repository">
9-
BYOND/infrastructure-template-repository
10-
</a>
11-
</p>
126
</p>
137

148
<p align="center">
@@ -28,37 +22,29 @@
2822
Dinamic Badges
2923
Note: "../.." for escaping "blob/master"
3024
-->
31-
<a href="./../../actions/workflows/main.yml">
25+
<!-- <a href="./../../actions/workflows/main.yml">
3226
<img alt="[CI status]"
3327
src="./../../actions/workflows/main.yml/badge.svg"/>
34-
</a>˙
28+
</a>˙ -->
3529
<a href="./../../commits/">
3630
<img alt="[Last Commit]"
37-
src="https://img.shields.io/github/last-commit/Gesugao-san/infrastructure-template-repository"/>
31+
src="https://img.shields.io/github/last-commit/SS13HUB/ss13-projects-data"/>
3832
</a>
3933
</p>
4034

4135
---
4236

43-
> [Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis scelerisque aliquam nibh, sed accumsan ipsum malesuada a. Mauris a facilisis erat. ](https://lipsum.com/)
37+
> Data from «<a href="https://github.com/SS13HUB/SS13-Codebases">SS13-Codebases</a>» repo schemas, but flexable. <br>For import as git submodule or something.
4438
4539
## Table of Contents
4640

4741
- [Table of Contents](#table-of-contents)
48-
- [Details](#details)
4942
- [For contributors](#for-contributors)
5043

51-
## Details
52-
53-
<details>
54-
<summary><b>[ Click on me ]</b></summary>
55-
Hello there!
56-
</details>
5744

5845
## For contributors
5946

6047
1. [Contributing](./.github/CONTRIBUTING.md)
61-
1. [ToDo list](./.github/TODO.md)
6248
1. [Download](./.github/DOWNLOAD.md)
6349

6450
---

0 commit comments

Comments
 (0)