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 beab7a9..d28b4e3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,7 @@ tab_width = 8 [*.md] indent_size = 2 +max_line_length = 80 [*.{html,css,js,ts}] indent_size = 2 |