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