Advertisement
wolkchen

Subl-Python

Feb 23rd, 2023
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.29 KB | Software | 0 0
  1. // These settings override both User and Default settings for the Python syntax
  2. {
  3.     "draw_white_space": "all",
  4.     "auto_indent": true,
  5.     "rulers": [79],
  6.     "smart_indent": true,
  7.     "tab_size": 4,
  8.     "trim_automatic_white_space": true,
  9.     "use_tab_stops": true,
  10.     "word_wrap": true,
  11.     "wrap_width": 80
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement