0

When I copy a piece of clojure code into Eclipse, how could I fix the format problem? In some text editors, there's reindent/format command or shortcut, is there a way to handle code formating in Eclipse?

Nick
  • 8,451
  • 13
  • 57
  • 106

1 Answers1

0

Ctrl+A, then Ctrl+I

Ctrl+A for Select all, Ctrl+I for indent the current line.

ntalbs
  • 28,700
  • 8
  • 66
  • 83