[Github-comments] [geany/geany] Auto-indent doesn't work within multi-line C-style comments (#2080)

Daniel Plakhotich notifications at xxxxx
Tue Feb 5 18:26:35 UTC 2019


The auto-indent doesn't work within C-style multi-line comments: it ignores the indentation of the previous line. For example (`|` is caret):
```
/**
 * Multi line comment.
 *     Indented line|
 */
```
The current indentation after pressing Enter:
```
/**
 * Multi line comment.
 *     Indented line
 * |
 */
```
The expected indentation:
```
/**
 * Multi line comment.
 *     Indented line
 *     |
 */
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2080
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190205/85aece2b/attachment.html>


More information about the Github-comments mailing list