Skip to content

Commit

Permalink
Merge pull request #65 from mjankowski/patch-1
Browse files Browse the repository at this point in the history
Clarify how to specify your own style
  • Loading branch information
mivok committed Jan 23, 2015
2 parents 384dd40 + 795d99a commit 895ca32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ might choose 72 characters, and another might have no line length limit at all
* Command line: `-s style_name`, `--style style_name`
* Config file: `style "style_name"`
* Default: Use the style called 'default'

Note: the value for `style_name` must either end with `.rb` or have `/` in it
in order to tell `mdl` to look for a custom style, and not a built-in style.

0 comments on commit 895ca32

Please sign in to comment.