@@ -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