Skip to content

Commit

Permalink
chore: add editorconfig file to enforce a newline at EOF for graphql …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
hjaraujof committed Aug 2, 2021
1 parent 41a678d commit 9d6a23c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
root = true

[*.graphql]
insert_final_newline = true

0 comments on commit 9d6a23c

Please sign in to comment.