Top "Reformat" questions

How do I reformat HTML code using Sublime Text 2?

I've got some poorly-formatted HTML code that I'd like to reformat. Is there a command that will automatically reformat HTML …

html sublimetext2 sublimetext indentation reformat
How enable auto-format code for Intellij IDEA?

Is it possible in Intellij IDEA after typing ';' or press 'Enter' happened formatting of this string? For instance, …

intellij-idea format reformat
Java/Groovy - simple date reformatting

I'm new to Java/Groovy development and I have a simple string that I would like to reformat, however I …

java date groovy reformat
reformat in vim for a nice column layout

I have this dataset in a csv file 1.33570301776, 3.61194e-06, 7.24503e-06, -9.91572e-06, 1.25098e-05, 0.0102828, 0.010352, 0.0102677, 0.0103789, 0.00161604, 0.00167978, 0.00159998, 0.00182596, 0.0019804, 0.0133687, 0.010329, 0.00163437, 0.00191202, 0.0134425 1.34538754675, 3.3689e-06, 9.86066e-06, -9.12075e-06, 1.18058e-05, 0.00334344, 0.00342207, 0.00332897, 0.00345504, 0.00165532, 0.00170412, 0.00164234, 0.00441903, 0.00459294, 0.00449357, 0.00339737, 0.00166596, 0.00451926, 0.00455153 1.34808186291, -1.99011e-06, 6.53026…

vim reformat
Remove trailing whitespace on save in IntelliJ IDEA 12

Is it possible to remove trailing whitespace automatically on save in IntelliJ IDEA? I know there are some workarounds, for …

git intellij-idea reformat
Fast algorithm for polar -> cartesian conversion

I have an image on a polar grid. This image should be transformed into a cartesian grid, but the only …

algorithm image reformat
PHPStorm reformat - how do I disable removing spaces in empty lines?

When reformatting a file, phpstorm replaces empty lines with whitespace to just empty lines, e.g. ^[tab][tab]$ to ^$. How …

phpstorm reformat