From e4063b1ba8b819ee37e89d9c7404e4c0cab17034 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Mon, 24 Oct 2016 22:52:11 +0200 Subject: [PATCH] feat(sample.config.yaml): add warning about YAML --- sample.config.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sample.config.yaml b/sample.config.yaml index 013bd8ed8..a8f8c9549 100644 --- a/sample.config.yaml +++ b/sample.config.yaml @@ -1,11 +1,17 @@ -# Example XO-Server configuration. +# BE *VERY* CAREFUL WHEN EDITING! +# YAML FILES ARE SUPER SUPER SENSITIVE TO MISTAKES IN WHITESPACE OR ALIGNMENT! +# visit http://www.yamllint.com/ to validate this file as needed +#===================================================================== + +# Example XO-Server configuration. +# # This file is automatically looking for at the following places: # - `$HOME/.config/xo-server/config.yaml` # - `/etc/xo-server/config.yaml` # # The first entries have priority. - +# # Note: paths are relative to the configuration file. #=====================================================================