Text only
|
Text with Images
Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: dragan224 on September 09, 2013, 02:30:08 AM
Title:
Problem with indentation
Post by:
dragan224
on
September 09, 2013, 02:30:08 AM
If i write
void whatever() {|}
and now hit enter im going to get
void whatever() {
|}
instead of
void whatever() {
|
}
Here | is my cursor possition. How do i fix that?
Text only
|
Text with Images