diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..7278fb633 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 000000000..3e7081dc6 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,9 @@ +{ + "recommendations": [ + "biomejs.biome", + "editorconfig.editorconfig", + "esbenp.prettier-vscode", + "graphql.vscode-graphql", + "graphql.vscode-graphql-syntax" + ] +}