Warning, /frameworks/ktexteditor/autotests/input/indent/cstyle/indentpaste6/origin 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 0010 0011 return 0; 0012 }