Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: use tabs for prettier and biome#14283

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
aslilac merged 8 commits intomainfrombiome-tabs
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 10 additions & 10 deletions.devcontainer/devcontainer.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
{
"name":"Development environments on your infrastructure",
"image":"codercom/oss-dogfood:latest",
"name":"Development environments on your infrastructure",
"image":"codercom/oss-dogfood:latest",

"features": {
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby":"false"
}
},
// SYS_PTRACE to enable go debugging
"runArgs": ["--cap-add=SYS_PTRACE"]
"features": {
// See all possible options here https://github.com/devcontainers/features/tree/main/src/docker-in-docker
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"moby":"false"
}
},
// SYS_PTRACE to enable go debugging
"runArgs": ["--cap-add=SYS_PTRACE"]
}
4 changes: 0 additions & 4 deletions.github/dependabot.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -95,10 +95,6 @@ updates:
-"@emotion*"
exclude-patterns:
-"jest-runner-eslint"
eslint:
patterns:
-"eslint*"
-"@typescript-eslint*"
jest:
patterns:
-"jest"
Expand Down
48 changes: 24 additions & 24 deletions.github/workflows/mlc_config.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
{
"ignorePatterns": [
{
"pattern":"://localhost"
},
{
"pattern":"://.*.?example\\.com"
},
{
"pattern":"developer.github.com"
},
{
"pattern":"docs.github.com"
},
{
"pattern":"support.google.com"
},
{
"pattern":"tailscale.com"
},
{
"pattern":"wireguard.com"
}
],
"aliveStatusCodes": [200,0]
"ignorePatterns": [
{
"pattern":"://localhost"
},
{
"pattern":"://.*.?example\\.com"
},
{
"pattern":"developer.github.com"
},
{
"pattern":"docs.github.com"
},
{
"pattern":"support.google.com"
},
{
"pattern":"tailscale.com"
},
{
"pattern":"wireguard.com"
}
],
"aliveStatusCodes": [200,0]
}
2 changes: 1 addition & 1 deletion.prettierrc.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
printWidth:80
proseWrap:always
trailingComma:all
useTabs:false
useTabs:true
tabWidth:2
overrides:
-files:
Expand Down
26 changes: 13 additions & 13 deletions.vscode/extensions.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
"recommendations": [
"github.vscode-codeql",
"golang.go",
"hashicorp.terraform",
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"emeraldwalk.runonsave",
"zxh404.vscode-proto3",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"EditorConfig.EditorConfig",
"biomejs.biome"
]
"recommendations": [
"github.vscode-codeql",
"golang.go",
"hashicorp.terraform",
"esbenp.prettier-vscode",
"foxundermoon.shell-format",
"emeraldwalk.runonsave",
"zxh404.vscode-proto3",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"EditorConfig.EditorConfig",
"biomejs.biome"
]
}
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp