Warning, /frameworks/ktexteditor/autotests/input/indent/cmake/enter3/expected is written in an unsupported language. File is not indexed.
0001 function(some) 0002 ok() 0003 if(smth) 0004 ok() 0005 elseif(other) 0006 ok() 0007 else() 0008 ok() 0009 foreach(foo) 0010 ok() 0011 while(bar) 0012 ok() 0013 endwhile() 0014 ok() 0015 endforeach() 0016 ok() 0017 endif() 0018 ok() 0019 endfunction() 0020 ok()