draeger-lab / SBSCL

The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution.
https://draeger-lab.github.io/SBSCL/
GNU Lesser General Public License v3.0
20 stars 13 forks source link

Formatting Pull Request #56

Closed hemilpanchiwala closed 4 years ago

hemilpanchiwala commented 4 years ago

This PR formats all the classes of SBSCL according to the Java code style present in the dev folder.

draeger commented 4 years ago

Looks good to me.

@draeger, @matthiaskoenig, @shalinshah1993: Please note the "google-specific" 2-space indentation. If you used to standard 4-space indentation, now is a good time to change this.

In fact, I am very much in favor of 2 space indentation because it does not waste valuable space on the screen that does not have extra information. With this, more code in different windows can be viewed and be simultaneously compared.

hemilpanchiwala commented 4 years ago

@zakharc, Updated the small change. @draeger, Added links for the Google Style Guides.