Hello everyone! There is an option in editorconfig for setting the maximum line length. I use it and I think it would be very useful to set it.
Here is an article about this option and its support in different editors: https://github.com/editorconfig/editorconfig/wiki/Property-research:-maximum-line-length. [[[ Specify editor guidelines from the EditorConfig file. Set the 'guidelines' property in the EditorConfig file to 79 symbols as described in the community guidelines. * .editorconfig: (): Set the 'guidelines' property to 79 symbols. ]]] What do you think?
Index: .editorconfig =================================================================== --- .editorconfig (revision 1917823) +++ .editorconfig (working copy) @@ -7,6 +7,7 @@ indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = false +guidelines = 79 dashed [**/Makefile*] indent_style = tab