From 6919067590a02db8c46327f8df02745ee6a62eef Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 16 Feb 2020 11:57:40 +0100 Subject: viewer: move example config files in their own directory (cherry picked from commit c68bbfbf013599dc67e6e0e390e8e40dd1bffd3f) --- viewer/examples/config.json.example | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 viewer/examples/config.json.example (limited to 'viewer/examples/config.json.example') diff --git a/viewer/examples/config.json.example b/viewer/examples/config.json.example new file mode 100644 index 0000000..90c5f74 --- /dev/null +++ b/viewer/examples/config.json.example @@ -0,0 +1,3 @@ +{ + "galleryRoot": "gallery/" +} \ No newline at end of file -- cgit v1.2.3 From ccecfd9421f4550a71134cd46e1388e486f8c564 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Tue, 28 Apr 2020 03:47:39 +0200 Subject: viewer: global formatting unification --- viewer/examples/config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'viewer/examples/config.json.example') diff --git a/viewer/examples/config.json.example b/viewer/examples/config.json.example index 90c5f74..580da8c 100644 --- a/viewer/examples/config.json.example +++ b/viewer/examples/config.json.example @@ -1,3 +1,3 @@ { - "galleryRoot": "gallery/" -} \ No newline at end of file + "galleryRoot": "gallery/" +} -- cgit v1.2.3