summaryrefslogtreecommitdiff
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* editorconfig: use tabs for MakefilesDylan Baker2019-01-151-0/+3
| | | | Reviewed-by: Matt Turner <mattst88@gmail.com>
* Add .editorconfig fileDylan Baker2018-11-291-0/+11
This sets the style for meson (which uses the upstream style, 2 space indent with no tabs), and sets the tab_width to 8 per the CODING_STYLE document.