|
New file formatting -
11-07-2008, 07:45 PM
Hello again sweet forum,
I was wondering if there was an easy way for me to change the way Eclipse creates a new class file.
I normally format my classes as such:
public class MyClass
{
// Code
}
However, Eclipse always greets me with a new class as such:
public class MyClass{
// Code
}
It's a small issue, I know but I would love to get around this...
Thank you!
|