Skip to content

Commit 3659b36

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

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.editorconfig

+2
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

+2-1
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

+1
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)