summaryrefslogtreecommitdiff
path: root/.editorconfig
Commit message (Collapse)AuthorAge
* .editorconfig: change tests/ to test/ as in 18ab864Kolen Cheung2017-10-26
|
* Fix editorconfig for test filesAlbert Krewinkel2014-04-12
| | | | | Test output files should be exactly as defined with regard to trailing whitespace. This keeps editorconfig from breaking those files.
* Add .editorconfigAlbert Krewinkel2014-04-09
Use EditorConfig to define a some basic styling rules for code. This should also help to reduce the number of commits introducing trailing whitespace. See http://editorconfig.org/ for details.