Skip to content

Commit

Permalink
Merge pull request #182 from jamesleesaunders/v2.0.7
Browse files Browse the repository at this point in the history
v2.0.7
  • Loading branch information
jamesleesaunders authored Oct 29, 2020
2 parents 4667f97 + 635f348 commit 6adbe70
Show file tree
Hide file tree
Showing 30 changed files with 1,058 additions and 1,263 deletions.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Note, d3-x3d is currently transitioning unit testing framework from the tape to

## Code Styles

To ensure code formatting is kept standard, IDE configuration files for PHPStorm and Atom can be found in the `config` directory.
To ensure code formatting is kept standard, IDE configuration files for PHPStorm and Atom can be found in the `config` directory.
If contributing to d3-x3d please ensure code formatting is maintained as per these standards.

* Atom Beautify Config
Expand All @@ -22,4 +22,8 @@ If contributing to d3-x3d please ensure code formatting is maintained as per the
* In WebStorm, select `Preferences` -> `Editor` -> `Code Styles` -> `JavaScript` -> `Scheme` -> `Import Scheme` -> `config/WebStorm_CodeStyle_Scheme.xml`
* Also See: https://www.jetbrains.com/help/webstorm/copying-code-style-settings.html

* EditorConfig
* There is also a .editorconfig file. EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.
* Also See: https://editorconfig.org/

Please feel free to contribute code style configuration files for other popular IDEs.
Loading

0 comments on commit 6adbe70

Please sign in to comment.