Exocortex / ExocortexCrate

http://exocortex.com/products/crate
BSD 3-Clause "New" or "Revised" License
134 stars 68 forks source link

Style fixes #41

Closed AWhetter closed 8 years ago

AWhetter commented 8 years ago

As per the suggestion on #40 I've run the code through clang-format. I've also added the style guidelines to CONTRIBUTING.md.

The style used is pretty much Google style. I ran clang-format with -style={BasedOnStyle: Google, BraceBreakingStyle: BS_Stroustrup} -r -i {3DSMax,Arnold,Maya,Python,Softimage}/**/*.{cpp,h} (and recursive wildcards turned on in bash).

Fixes #40

bhouston commented 8 years ago

Does the project still compile? If you say yes, I will merge it.

AWhetter commented 8 years ago

Sorry I should have mentioned this in the description. I have only tested that the Maya plugin compiles because it's the only one that I can get compiled on master.

bhouston commented 8 years ago

thx!