Skip to content

Commit 2ed2956

Browse files
authored
Add editorconfig + recommended extensions (#663)
1 parent 3ff62fb commit 2ed2956

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.editorconfig

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_size = 2
6+
indent_style = space
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

.vscode/extensions.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"recommendations": [
3+
"biomejs.biome",
4+
"editorconfig.editorconfig",
5+
"esbenp.prettier-vscode",
6+
"graphql.vscode-graphql",
7+
"graphql.vscode-graphql-syntax"
8+
]
9+
}

0 commit comments

Comments
 (0)