Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit b20c3b9

Browse files
committed
added .graphql to .editorconfig
1 parent 678b4e3 commit b20c3b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ insert_final_newline = true
1111
indent_style = space
1212
indent_size = 2
1313

14+
[*.graphql]
15+
indent_style = space
16+
indent_size = 2
17+
1418
[{*.html,*.hbs}]
1519
indent_style = space
1620
indent_size = 2

0 commit comments

Comments
 (0)