Skip to content
  • Dylan Baker's avatar
    Add editorconfig file. · cfad4a5f
    Dylan Baker authored
    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: default avatarDylan Baker <dylanx.c.baker@intel.com>
    cfad4a5f