diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 1bd7da9..d4e1d0f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true indent_style = tab end_of_line = lf insert_final_newline = true +max_line_length = 95 [*.{md,yml}] indent_style = space |