dzamo opened a new pull request #2281: URL: https://github.com/apache/drill/pull/2281
## Description Non-code change. EditorConfig (https://editorconfig.org/) is an editor-neutral file format that holds code style settings. This particular config has been defined to reflect the style convetions in the Drill codebase (most significantly, indentation is with 2 spaces). Many mainstream editors and IDEs will recognise this file and set themselves up accordingly, making it easier to contribute code following the project's conventions. Editors that do not understand EditorConfig are unaffected. Note that .editorconfig only contains global conventions for the codebase, not individual users' editor preferences, which must be masked by .gitignore. Other Apache projects with a .editorconfig file in their code repo are Superset, Subversion, Thrift, Submarine and presumably some more. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
