mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
12 lines
221 B
ReStructuredText
12 lines
221 B
ReStructuredText
===========
|
|
``detab.c``
|
|
===========
|
|
|
|
Convert tabs to spaces in a file. Usage:
|
|
|
|
.. code:: console
|
|
|
|
$ detab [-4] <source-file> <out-file>
|
|
|
|
Default ``<source-file>`` tab size is 8 spaces; ``-4`` selects 4 space tab size.
|