zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2k stars 592 forks source link

Reformat Swift code #2261

Closed bernardnormier closed 1 month ago

bernardnormier commented 1 month ago

This is a small update to the Swift code formatting:

Note: in order to reformat your code, you need to run:

swift-format . --recursive -i --configuration .swift-format.json

from ice/swift.

ReeceHumphreys commented 1 month ago

Just for future reference, the .swift-format.json was generated by swift-format and contains just the default values prior to this PR EXCEPT AlwaysUseLowerCamelCase which we had to change due to our use of screaming case.