Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion tools/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,15 @@ nxstyle.c
standard. This program is completely ignorant of C syntax; it simply
performs crude pattern matching to check the file.

Usage: nxstyle <path-to-file-to-check>
Prints formatted messages that are classified as info, warn, error,
fatal. In a parsable format that can be used by editors and IDEs.

Usage: nxstyle [-m <maxline>] [-v <level>] <filename>
nxstyle -h this help
nxstyle -v <level> where level is
0 - no output
1 - PASS/FAIL
2 - output each line (default)

See also indent.sh and uncrustify.cfg

Expand Down
Loading