Skip to content

Commit

Permalink
Fix code formatting in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 27, 2018
1 parent 7e66f38 commit b3d27c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/site/configuration_file_format.md
Expand Up @@ -72,10 +72,12 @@ style.color = function(feature) {
* Very large .conf files (thousands of lines) files can take longer to parse than equivalent JSON
* An array of values can be built up over multiple lines. NOTE: A quirk of the format is that there cannot be more than 4 spaces before the + sign in each item. Example:

```
[trackMetadata]
sources =
+ data/mymeta.csv
+ data/more_meta.csv
```

### Callback-function specific considerations for the text-based .conf format

Expand Down

0 comments on commit b3d27c7

Please sign in to comment.