Commit Graph

2 Commits

Author SHA1 Message Date
Paul Pacheco
cd88964424 Don't suggest to add curly braces
Let's get real. This is all over the place:
```cs
if (LogFilter.Debug) Debug.Log(...);
```

Braces don't add value
2019-02-23 07:09:32 -06:00
MichalPetryka
cb6e68febc Added .editorconfig (#405)
* Added .editorconfig

* Update .editorconfig

* Update .editorconfig
2019-02-17 19:48:00 -06:00