-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unify code formatting #92
Conversation
No remark, any formatting is good as long as it's consistent. Just two questions:
|
channels/src/test/java/com/softwaremill/jox/ChannelInterruptionTest.java
Show resolved
Hide resolved
channels/src/test/java/com/softwaremill/jox/ChannelInterruptionTest.java
Show resolved
Hide resolved
flows/src/test/java/com/softwaremill/jox/flows/FlowFlattenTest.java
Outdated
Show resolved
Hide resolved
flows/src/test/java/com/softwaremill/jox/flows/FlowGroupedTest.java
Outdated
Show resolved
Hide resolved
Maybe we can leave formatting style info relevant for us (like Java & xml) ? |
@emil-bar As I explained, cutting the |
Ok, well you know my opinion, I'd just keep IJ defaults ;) |
Thanks @Blef666 |
In the end I switched back to the default Intellij configuration except for the single line simple blocks |
This is a proposal for a unified code formatting. The configuration is stored in
.editorconfig
file so anyone can change it later. If you've got any subjective, estetical remarks, be welcome to share them, I'll consider involving them.Currently there is no possibility of creating solution consisting of both automatic code formatting in IDE and CI pipeline validation. I limited it to only IDE formatting.