Last active
November 23, 2016 11:54
-
-
Save datt/9ee36f82534b20410b60 to your computer and use it in GitHub Desktop.
#sublime #settings for Rails project : indentation, rulers etc.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "draw_white_space": "all", | |
| "font_size": 11, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "margin": 2, | |
| "rulers": | |
| [ | |
| 80, | |
| 150 | |
| ], | |
| "save_on_focus_lost": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": true, | |
| "enable_tab_scrolling": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment