Created
January 21, 2015 15:02
-
-
Save fredrik/8990b2581bf6fb1c7035 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
This file contains 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
{ | |
"font_size": 14.0, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"auto_complete": false, | |
"copy_with_empty_selection": false, | |
"hot_exit": false, | |
"remember_open_files": false, | |
"word_wrap": false, | |
"draw_white_space": "all", | |
"highlight_line": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"rulers": | |
[ | |
80, | |
100 | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💪