doc: Fix path in documentation about uncrustify.cfg
The location of the uncrustify.cfg file was changed in commit
fdadb501f7
, but the documentation
referring to that file was left pointing at the old path.
Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
This commit is contained in:
parent
25e5c60c41
commit
504686053e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue