Skip to content

Commit

Permalink
Update max-width.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 26, 2019
1 parent b244ed4 commit cbdafdf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/max-width.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ To change this file edit the source file and then run MarkdownSnippets.

# Max Width

The Max Width setting is used to control the maximum characters per line of a snippet.
The Max Width setting is used to control the maximum characters per line of a snippet. If any snippet has a line that exceeds the maximum an error will be thrown.


## Config File
## Usage


### Config File

```
{
Expand All @@ -19,14 +22,14 @@ The Max Width setting is used to control the maximum characters per line of a sn
```


## Command Line
### Command Line

```
--max-width 80
```


## Code Api
### Code Api

<!-- snippet: DirectoryMarkdownProcessorRunMaxWidth -->
<a id='snippet-directorymarkdownprocessorrunmaxwidth'/></a>
Expand Down

0 comments on commit cbdafdf

Please sign in to comment.