Skip to content

Commit f446317

Browse files
authored
chore: 🔨 revise files after moving synching to themes (#181)
## Description I removed those that I moved to `seedcase-theme` and then updated the development/config files to reflect the needs of this specific repo, rather than for synching. Closes #170 ## Reviewer Focus <!-- Please delete as appropriate: --> This PR needs a brief, but not too quick review.
2 parents 62ed246 + 172378d commit f446317

File tree

12 files changed

+393
-294
lines changed

12 files changed

+393
-294
lines changed

.editorconfig

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,8 @@ root = true
66
[*]
77
charset = utf-8
88
indent_style = space
9-
indent_size = 2
9+
indent_size = 4
1010
end_of_line = lf
1111
insert_final_newline = true
1212
trim_trailing_whitespace = true
13-
max_line_length = 88
14-
15-
# Have a bit shorter line length for text docs
16-
[*.{txt,md,qmd}]
1713
max_line_length = 72
18-
indent_size = 4
19-
20-
# Python always uses 4 spaces for tabs
21-
[*.py]
22-
indent_style = space
23-
indent_size = 4
24-
25-
# Makefiles always use tabs for indentation
26-
[Makefile]
27-
indent_style = tab

.github/CODEOWNERS

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
# All members on Developers team get added to review PRs
2-
* @seedcase-project/developers
1+
# All members on Admin team get added to review PRs
32

4-
# Ignore these so we don't get added to sync PRs
5-
/.github/
6-
/.vscode/
7-
/.devcontainer/
8-
justfile
9-
.editorconfig
10-
.gitignore
11-
ruff.toml
12-
pyproject.toml
13-
poetry.lock
3+
* @seedcase-project/admin

.github/pull_request_template.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
## Description
22

3-
These changes are done for PURPOSE, because REASON.
3+
These changes PURPOSE, because REASON.
44

55
Closes #
66

77
## Reviewer Focus
88

99
<!-- Please delete as appropriate: -->
10-
This PR needs a quick/in-depth review. Focus on CHANGES.
10+
This PR needs a quick/in-depth review.
11+
12+
Focus on CHANGES.
1113

1214
## Checklist
1315

1416
- [ ] Ran spell-check
1517
- [ ] Formatted Markdown
16-
- [ ] Rendered website locally

.github/sync.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/sync-files.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44
// List of extensions which should be recommended for users of this workspace.
55
"recommendations": [
6-
"jebbs.plantuml",
76
"donjayamanne.githistory",
87
"felipecaputo.git-project-manager",
98
"GitHub.vscode-pull-request-github",

.vscode/json.code-snippets

Lines changed: 0 additions & 137 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"files.autoSave": "onFocusChange",
3-
"editor.tabSize": 2,
43
"editor.wordWrap": "off",
54
"editor.formatOnSave": true,
65
"git.autofetch": false,

0 commit comments

Comments
 (0)