Reputation: 2829
I have an existing project, where some of the java files have tabs, some have spaces for indentation. I want to make ALL java files based on tabs, but there are hundreds of them, the action of "to tabs" is not realistic I am not going to go manually over multiple modules, hundreds of files!
Is there any other way to do it smartly without going through individual files?
Upvotes: 1
Views: 1286
Reputation: 9596
Here are the steps to follow.
tree structure
/Project window
(the main side tab of project hierarchy display)Reformat code
& Run
Upvotes: 2