Skip to content

Commit 3659b36

Browse files
committed
feat: editorconfig vscode
1 parent e96c60f commit 3659b36

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.editorconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# https://editorconfig.org/
2+
13
[*.{json,jsonc,yaml,yml}]
24
indent_style = space
35
indent_size = 2

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"jgclark.vscode-todo-highlight",
55
"usernamehw.errorlens",
66
"timonwong.shellcheck",
7-
"detachhead.basedpyright"
7+
"detachhead.basedpyright",
8+
"editorconfig.editorconfig"
89
]
910
}

biome.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Use json,jsonc formatter with biome: https://biomejs.dev/internals/language-support/
12
{
23
"formatter": {
34
"useEditorconfig": true

0 commit comments

Comments
 (0)