Skip to content

Commit c276e22

Browse files
committed
chore: 🧑‍💻 update developer settings from template
1 parent 55dc0b0 commit c276e22

File tree

8 files changed

+16
-95
lines changed

8 files changed

+16
-95
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ indent_size = 2
1010
end_of_line = lf
1111
insert_final_newline = true
1212
trim_trailing_whitespace = true
13+
max_line_length = 88
1314

1415
# Have a bit shorter line length for text docs
1516
[*.{txt,md,qmd}]

.github/CODEOWNERS

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
# All members on Developers team get added to review PRs
1+
# All members on the team get added to review PRs
22
* @seedcase-project/developers
3-
4-
# Ignore these so we don't get added to sync PRs
5-
/.github/
6-
/.vscode/
7-
justfile
8-
.editorconfig
9-
.gitignore

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Description
22

3-
These changes PURPOSE, because REASON.
3+
EXPLANATION
44

55
Closes #
66

7-
This PR needs a quick/an in-depth review.
7+
Needs a quick/an in-depth review.
88

99
## Checklist
1010

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
_ignore
33
bin/
44
dev/
5+
_temp/
56

67
# Temporary files
78
*.tmp

.typos.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ extend-exclude = [
55
"_site/*",
66
"*.svg"
77
]
8-
9-
[default.extend-words]
10-
TRE = "TRE" # trusted research environment
11-
SME = "SME" # small and medium-sized enterprises

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"EditorConfig.EditorConfig",
1313
"tekumara.typos-vscode",
1414
],
15-
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1615
"unwantedRecommendations": []
1716
}

.vscode/json.code-snippets

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
{
2-
// Place your snippets for Quarto here.
3-
// Each snippet is defined under a snippet name and has a prefix, body and description.
4-
// The prefix is what is used to trigger the snippet and the body will be expanded and inserted.
5-
// Possible variables are:
6-
//
7-
// - $1 and $2 for tab stops,
8-
// - $0 for the final cursor position, and
9-
// - ${1:label}, ${2:another} for placeholders
10-
//
11-
// Placeholders with the same ids are connected.
12-
//
13-
// How to use the code snippets:
14-
// After you have set the above settings, a suggestion for one of the code snippets below will pop up automatically, when
15-
// you start writing the prefix. Press "Enter" or "Tab" to insert the code snippet.
162
"Insert TODO formatting": {
173
"scope": "quarto,markdown",
184
"prefix": "TODO",
@@ -31,21 +17,6 @@
3117
],
3218
"description": "Insert bash formatted text"
3319
},
34-
"Insert YAML header for blogs": {
35-
"scope": "quarto,markdown",
36-
"prefix": "post_yaml",
37-
"body": [
38-
"---",
39-
"title: \"\"",
40-
"description: \"Our reasons for ...\"",
41-
"author: \"\"",
42-
"date: last-modified",
43-
"categories:",
44-
" ${0:Type 'category_keywords' to insert categories}",
45-
"---"
46-
],
47-
"description": "Insert YAML header for Quarto blog posts."
48-
},
4920
"Insert a hidden comment section": {
5021
"scope": "quarto,markdown",
5122
"prefix": "hidden",
@@ -76,14 +47,6 @@
7647
],
7748
"description": "Insert a 3 col table"
7849
},
79-
"Insert video": {
80-
"scope": "quarto,markdown",
81-
"prefix": "video",
82-
"body": [
83-
"{{< video ${0:Insert link here} >}}"
84-
],
85-
"description": "Insert video that will be shown"
86-
},
8750
"Insert paneltab": {
8851
"scope": "quarto,markdown",
8952
"prefix": "paneltab",
@@ -99,39 +62,5 @@
9962
":::"
10063
],
10164
"description": "Insert paneltab (including two tabs here). If you want additional tabs, just include more headers."
102-
},
103-
// All our category words are included in this code snippet
104-
// The idea is that we can insert this section and then delete the words we aren't interested in
105-
// If words are missing then they can be added to the document, and then also added to the code snippet
106-
// Much the same way that words can be added to the spell-check extension.
107-
"Insert list of category words": {
108-
"scope": "quarto,markdown,yaml",
109-
"prefix": "decision_categories",
110-
"body": [
111-
"- backend",
112-
"- code snippets",
113-
"- communicate",
114-
"- container",
115-
"- contribute",
116-
"- collaborate",
117-
"- database",
118-
"- deploy",
119-
"- dependencies",
120-
"- develop",
121-
"- document",
122-
"- front end",
123-
"- framework",
124-
"- git",
125-
"- install",
126-
"- license",
127-
"- manage",
128-
"- organise",
129-
"- standardise",
130-
"- style",
131-
"- web",
132-
"- workflow",
133-
"- write"
134-
],
135-
"description": "Insert list of category words"
13665
}
13766
}

.vscode/settings.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88
"editor.tabCompletion": "on",
99
"editor.snippetSuggestions": "inline",
1010
"conventional-branch.type": [
11-
"build", // Changes that affect the build system or external dependencies
12-
"ci", // Changes to our CI configuration files and scripts
13-
"docs", // Documentation only changes
14-
"feat", // A new feature
15-
"fix", // A bug fix
16-
"refactor", // A code change that neither fixes a bug nor adds a feature
17-
"style", // Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
18-
"test", // Adding missing tests or correcting existing tests
19-
"chore", // Misc things, like renaming or deleting files
11+
"build",
12+
"ci",
13+
"docs",
14+
"feat",
15+
"fix",
16+
"refactor",
17+
"style",
18+
"test",
19+
"chore",
20+
"revert",
21+
"perf"
2022
],
2123
"conventional-branch.format": "{Type}/{Branch}",
2224
"files.insertFinalNewline": true,

0 commit comments

Comments
 (0)