From b3d27c79b6c6282c08d94373928004cd1f6f8fa9 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 27 Dec 2018 16:25:12 -0500 Subject: [PATCH] Fix code formatting in docs --- docs/site/configuration_file_format.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/site/configuration_file_format.md b/docs/site/configuration_file_format.md index 5653d16bc6..0f6049726c 100644 --- a/docs/site/configuration_file_format.md +++ b/docs/site/configuration_file_format.md @@ -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