Skip to content

Commit 1f75dd3

Browse files
committed
chore: Added .editorconfig and prettier settings
1 parent a3529b8 commit 1f75dd3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.editorconfig

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

.prettierrc

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "es5",
4+
"arrowParens": "always",
5+
"printWidth": 150,
6+
"parser": "graphql"
7+
}

0 commit comments

Comments
 (0)