mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
update >5 line reindention rule to what is in ffmpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22610 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
884ae3473e
commit
a64bc34952
@ -136,8 +136,9 @@ Cosmetics
|
||||
indentation changes (try to avoid this), separate them strictly from real
|
||||
changes.
|
||||
|
||||
NOTE: If you had to put if(){ .. } over a large (> 5 lines) chunk of code,
|
||||
do NOT change the indentation of the inner part (don't move it to the right)!
|
||||
NOTE: If you had to put if()@{ .. @} over a large (> 5 lines) chunk of code,
|
||||
then either do NOT change the indentation of the inner part within (don't
|
||||
move it to the right)! or do so in a separate commit
|
||||
|
||||
|
||||
Commit log message
|
||||
|
Loading…
Reference in New Issue
Block a user