Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex0vSky authored and chrta committed Nov 4, 2023
1 parent ce39e5a commit 76913ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Code formatting
+++++++++++++++

Clang-format is used to format the code. The settings are stored in .clangformat. The format of external files, e.g.
components/sip_client/include/boost/sml.hpp should not be changed. To run clang-format (e.g. version 12) over all files::
components/sip_client/include/boost/sml.hpp (`boost-ext/sml`_) should not be changed. To run clang-format (e.g. version 12) over all files::

find . -regex '.*\.\(cpp\|cc\|cxx\|h\)' -exec clang-format -style=file -i {} \;

Expand Down Expand Up @@ -100,3 +100,4 @@ On the AVM Fritzbox the number \*\*9 can be used to let all connected phones rin

.. _`Espressif IoT Development Framework`: https://esp-idf.readthedocs.io/
.. _`Selecting soc build target`: https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32/api-guides/tools/idf-py.html#select-the-target-chip-set-target
.. _`boost-ext/sml`: https://github.com/boost-ext/sml

0 comments on commit 76913ff

Please sign in to comment.