aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)AuthorFilesLines
2021-05-15Fix .editorconfig so Emacs can open zip archives and docx again.John MacFarlane1-0/+8
See https://github.com/hlissner/doom-emacs/issues/5057
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.