Editorconfig Guide.e

Max line length

EditorConfig key: max-line-length

Max line length

max-line-length

This option specifies the maximum allowed line length in characters. Lines longer than this value should be wrapped by the editor when supported.

Default value:

80

Possible values:

Any integer

Examples

80
Newline created after
80 characters
160
Newline created after
160 characters