-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Editor config is a very easy way of ensuring that developers adhere more closely to the same coding standards when it comes to using tabs/spaces , trailing spaces, end of lines etc.
Quote from http://editorconfig.org/
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
Reporter: Niels Basjes / @nielsbasjes
Assignee: Niels Basjes / @nielsbasjes
PRs and other links:
Note: This issue was originally created as PARQUET-740. Please see the migration documentation for further details.