aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)AuthorFilesLines
2017-10-26.editorconfig: change tests/ to test/ as in 18ab864Kolen Cheung1-1/+1
2014-04-12Fix editorconfig for test filesAlbert Krewinkel1-0/+4
Test output files should be exactly as defined with regard to trailing whitespace. This keeps editorconfig from breaking those files.
2014-04-09Add .editorconfigAlbert Krewinkel1-0/+12
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.