diff --git a/Python.sublime-settings b/Python.sublime-settings index 8beb554..a0f2479 100644 --- a/Python.sublime-settings +++ b/Python.sublime-settings @@ -2,5 +2,5 @@ "tab_size": 4, "translate_tabs_to_spaces": true, "detect_indentation": false, - "rulers": [80] -} \ No newline at end of file + "rulers": [72, 79] +}