Ryan Finkler
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Temporarily modify formatter settings via comments
AnsweredI recently learned about `// @formatter:off` and `// @formatter:on` and was wondering what family of functionalities this was part of. (For those who don't know, you simply put these in as comment ... -
Edited Move Statement shortcut formats blank lines incorrectly
AnsweredI like my code to have those extra spaces on blank lines up to the tab/scope location, but moving lines using the ctrl+shift+up/down shortcut often removes most of these spaces. How do I prevent it...