Details
-
Sub-task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
.editorconfig files allow most (if not all major) text editors to auto config certain settings like hard tabs vs soft tabs and tab length.
Going through the thrift codebase, indentation size and style is wildly inconsistent from language to language. Using .editorconfig will help mitigate these problems. The commiters of each language should consider configuring editorconfig settings for the thrift code for their language.