Warning, /frameworks/ktexteditor/autotests/input/indent/cmake/enter3/origin is written in an unsupported language. File is not indexed.
0001 function(some) 0002 if(smth) 0003 elseif(other) 0004 else() 0005 foreach(foo) 0006 while(bar) 0007 endwhile() 0008 endforeach() 0009 endif() 0010 endfunction()