microsoft / vscode-remote-try-java

Java sample project for trying out Dev Containers
https://aka.ms/vscode-remote/containers/getting-started
MIT License
301 stars 433 forks source link

Format source code in a more natural Java way #32

Closed jdubois closed 2 years ago

jdubois commented 2 years ago

The current source code isn't formatted in a classical way for a Java developer. This formatting proposal uses the default formatter from IntelliJ IDEA, which is what most Java developers are using.

joshspicer commented 2 years ago

looks like someone had their C# developer hat on when writing this example. Thanks :)

@bamurtaugh - fyi I cannot merge on these repos, but this one looks good to me.

bamurtaugh commented 2 years ago

Thank you both!