Commit Graph

2 Commits

Author SHA1 Message Date
Matthew Amato ebf6128330 Tweak WebStorm auto-formatter
We had `ALIGN_MULTILINE_PARAMETERS_IN_CALLS` enabled (it's not the default)
becuase it was believed to match the existing Cesium formatting better,
but it turns out it's just annoying and ends up adding a ton of whitespace.
2016-04-25 16:43:43 -04:00
Matthew Amato f92e2fafb1 Initial WebStorm project
This adds a basic WebStorm project for devs that want to use WebStorm.
It's not as robust as the Eclipse set up yet, but I'll remedy that in a
future PR.  For now:

1. Configure code formatters to mimic Eclipse formatting.  It's not 100%
but it's close

2. Add a File Watch that triggers `ant build` whenever a glsl file is
modified.

3. Mark `Build` directory as ignored, the root directory as resource root,
and the `Specs` directory as test root.
2015-09-21 14:25:49 -04:00