Sublime Text 3, convert spaces to tabs
I know there are a lot of posts about this, but I couldn´t get it to work. I use tabs for coding. Is … Read more
I know there are a lot of posts about this, but I couldn´t get it to work. I use tabs for coding. Is … Read more
Example: If I have a document with 2 space indentation, and I want it to have 4 space indentation, how do I automatically … Read more
How do you auto-indent your code in the Atom editor? In other editors you can usually select some code and auto-indent it. Is … Read more
Is there a way to re-indent a block of code? I’m looking for something similar to Ctrl+Shift+F in Eclipse (Auto-Format/Indent). To be clear, … Read more
How do I make vi-Vim never use tabs (converting spaces to tabs, bad!), makes the tab key == 4 spaces, and automatically indent … Read more
I am making the effort to learn Vim. When I paste code into my document from the clipboard, I get extra spaces at … Read more