mirror of https://github.com/mpv-player/mpv
uncrustify: add some instructions
This commit is contained in:
parent
8bd6bf14bb
commit
30dd18eac1
|
@ -1,3 +1,10 @@
|
|||
# Usage:
|
||||
# uncrustify -l C -c TOOLS/uncrustify.cfg --no-backup --replace file.c
|
||||
#
|
||||
# Keep in mind that this uncrustify configuration still produces some
|
||||
# bad/broken formatting.
|
||||
#
|
||||
|
||||
code_width=80
|
||||
indent_align_string=false
|
||||
indent_braces=false
|
||||
|
|
Loading…
Reference in New Issue