Set the line indentation of some line.
$cur_line = $scintilla->get_cur_line(); $scintilla->set_line_indentation($cur_line, 8);