Skip to content

Commit 18ae688

Browse files
Update editor-config.md
1 parent b3b4886 commit 18ae688

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

recipes/format-and-lint/editor-config.md

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ foo = bar
5757

5858
[lib/**.js]
5959
# ...
60+
61+
[{*.gql,Makefile}]
62+
# ...
6063
```
6164

6265
Some like to put this at the top of the file before `root`.
@@ -211,6 +214,8 @@ indent_style = tab
211214
indent_size = 4
212215
```
213216

217+
See section at the start of this page on mixing `Makefile` with other extensions.
218+
214219
#### GraphQL
215220

216221
```ini

0 commit comments

Comments
 (0)