From fa9a77d5fabcbb6a260aa92c11f418c425cb1a2d Mon Sep 17 00:00:00 2001 From: George Cushen Date: Thu, 22 Sep 2016 01:51:44 +0100 Subject: [PATCH] Update .editorconfig style guide --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index a50e0cb9..4d86300c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,8 +10,8 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true +[*.toml] +max_line_length = 100 + [*.md] trim_trailing_whitespace = false - -[*.{html,css}] -indent_size = 4