From f99ea6dfd2a9e162aa751436ce95210aa9630483 Mon Sep 17 00:00:00 2001 From: Branimir Karadzic Date: Sat, 15 Nov 2014 16:19:12 -0800 Subject: [PATCH] Updated .editorconfig. --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index b13d995..e907024 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,5 @@ +root = true + [*] indent_style = tab indent_size = 4 @@ -8,3 +10,4 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false +max_line_length = 80