Warning, /frameworks/ktexteditor/autotests/input/indent/cstyle/indentpaste5/expected is written in an unsupported language. File is not indexed.
0001 int main(int argc, char const *argv[]) 0002 { 0003 const char * multilineindented = R"sometext( 0004 Here's some multiline text 0005 whose indentation 0006 must be preserved perfectly 0007 like this 0008 )sometext"; 0009 return 0; 0010 } 0011 // kate: hl C++;