kazzkiq / CodeFlask

A micro code-editor for awesome web pages.
https://kazzkiq.github.io/CodeFlask/
MIT License
1.07k stars 120 forks source link

Left bracket + enter does not make an additional indent #125

Open d01010101 opened 4 years ago

d01010101 commented 4 years ago

Can it be enabled, that the opening bracket indents the block inside? Like this:

while {
    // text automatically indented
}

By the way, can inserting the "completing" closing brace be disabled?