From 504686053ec33b0ff3fee10e41ba60905821b6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Fri, 13 Apr 2018 16:08:30 +0200 Subject: [PATCH] doc: Fix path in documentation about uncrustify.cfg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The location of the uncrustify.cfg file was changed in commit fdadb501f75d8fee1073b9918037dcafaefb9f78 , but the documentation referring to that file was left pointing at the old path. Signed-off-by: Iván Sánchez Ortega --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e151b030e0b..d0931a27ffe 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -317,9 +317,9 @@ standards together with a configuration file we've provided: .. code-block:: bash # On Linux/macOS - uncrustify --replace --no-backup -l C -c $ZEPHYR_BASE/scripts/uncrustify.cfg my_source_file.c + uncrustify --replace --no-backup -l C -c $ZEPHYR_BASE/.uncrustify.cfg my_source_file.c # On Windows - uncrustify --replace --no-backup -l C -c %ZEPHYR_BASE%\scripts\uncrustify.cfg my_source_file.c + uncrustify --replace --no-backup -l C -c %ZEPHYR_BASE%\.uncrustify.cfg my_source_file.c On Linux systems, you can install uncrustify with