Skip to content

Commit ed1800f

Browse files
Merge pull request #4525 from rrthomas/patch-1
2 parents b8ae5af + ccb4a62 commit ed1800f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/how_to_choose_an_sp_option.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
uncrustify has may options (today 266) for "space".
2-
There are named wit sp_ at the beginning.
2+
There are named with sp_ at the beginning.
33

4-
If you dont know which option(s) you need for a place in your code, try this:
4+
If you don't know which option(s) you need for a place in your code, try this:
55

6-
uncrustify -f <your_config_file> -c <your_code_file> --tracking space:a.html
6+
uncrustify -c <your_config_file> -f <your_code_file> --tracking space:a.html
77

88
The a.html file can be used with any browser.
99

0 commit comments

Comments
 (0)