id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 12243,Consider adding an EditorConfig file,anonymous,,"See http://editorconfig.org/ If an `.editorconfig` file is added in the project, various editors would automatically use the appropriate configuration for file necoding, line endings, indentation etc. For example in `trunk/.editorconfig`: {{{ # See http://EditorConfig.org root = true [*] end_of_line = lf insert_final_newline = true charset = utf-8 [*.py] indent_style = space indent_size = 4 [*.{js,html,yml}] indent_style = space indent_size = 2 [*.css] indent_style = space indent_size = 1 [Makefile] indent_style = tab }}} ",enhancement,new,normal,unscheduled,general,,normal,,,,,,,