summaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)AuthorFilesLines
2015-10-09Add editorconfig file.Dylan Baker1-0/+18
Editorconfig is a very simple format that has a few very basic formatting options (namely about indenting). It's not very complex or powerful, but it's supported in a *lot* of editors (http://editorconfig.org/#download), though often through plugins. This configures any editor that will use editorconfig to set indents correctly for C/C++ files (and their headers), python files, and cmake files as used by piglit. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>