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

Commit cdb6448

Browse files
committed
Merge pull request #44 from buo/readme-settings
Syntax highlighting for `Settings` section in the readme
2 parents 6a2d404 + a7beabe commit cdb6448

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ Just install this package and you'll be good to go.
1010

1111
## Settings
1212
You can configure linter-ruby by editing ~/.atom/config.cson (choose Open Your Config in Atom menu):
13-
```
13+
```coffee
1414
'linter-ruby':
15-
'rubyExecutablePath': null #ruby path. run 'which ruby' to find the path.
16-
'ignoredExtensions': 'erb, md' #ignored extensions, ERB and markdown files by default.
15+
# ruby path. run `which ruby` to find the path.
16+
'rubyExecutablePath': null
17+
18+
# ignored extensions, ERB and markdown files by default.
19+
'ignoredExtensions': 'erb, md'
1720
```
1821

1922
## Contributing

0 commit comments

Comments
 (0)