Re-indent comments
See original GitHub issueAs requested in #639, I’m opening up a separate ticket for [comments incorrectly being indented]
function theFunction2(action$, store) {
/*
* comments
*/
return true;
/*
* comments
*/
}
turns into
function theFunction2(action$, store) {
/*
* comments
*/
return true;
/*
* comments
*/
}
Issue Analytics
- State:
- Created 7 years ago
- Reactions:21
- Comments:18 (12 by maintainers)
Top Results From Across the Web
Reindent command breaks on (multiline) comments #1271
Selecting an entire document that contains comments that span multiple lines, and using the Edit -> Line -> Reindent command, stops indenting at...
Read more >reindent-one-line-c-comments: preference buffer-specific variable
This variable controls how Epsilon indents comment lines that start with "//". If 0 , Epsilon never changes the indentation of these lines...
Read more >Reindent is broken by trailing comments in C++ - Sublime Forum
Trailing comments break reindenting in C++. The line is not moved and everything after it is then broken. Here is an example:
Read more >formatting - Vim: Automated way to reformat and reindent comments ...
5. delete empty comments ... Press qq to start recording; Press gg to go to the beginning of the file; Press gq} to...
Read more >Reformat and rearrange code | PyCharm Documentation
PyCharm lets you reformat your code according to the requirements you've ... the Turn formatter on/off with markers in code comments option.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@bcherny I have a PR that is close to completion. I’ll see if I can get it finished up this weekend.
Thanks for the hard work everyone. Are there any updates? This is blocking https://github.com/bcherny/json-schema-to-typescript/issues/45