aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)Author
2021-05-15Fix .editorconfig so Emacs can open zip archives and docx again.John MacFarlane
See https://github.com/hlissner/doom-emacs/issues/5057
2017-10-26.editorconfig: change tests/ to test/ as in 18ab864Kolen Cheung
2014-04-12Fix editorconfig for test filesAlbert Krewinkel
Test output files should be exactly as defined with regard to trailing whitespace. This keeps editorconfig from breaking those files.
2014-04-09Add .editorconfigAlbert Krewinkel
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.