having fun with code

My Sublime Text 2 settings

My Sublime Text 2 settings:

  1. // Settings in here override those in "Default/Base File.sublime-settings", and
  2. // are overridden in turn by file type specific settings. Place your settings
  3. // here, to ensure they're preserved when upgrading.
  4. {
  5.  // Set to false for horizontal scrolling
  6.  "word_wrap": false,
  7.  // Set to false to disable detection of tabs vs. spaces on load
  8.  "detect_indentation": false,
  9.  // Set to "none" to turn off drawing white space, "selection" to draw only the
  10.  // white space within the selection, and "all" to draw all white space
  11.  "draw_white_space": "all",
  12.  // Set to true to removing trailing white space on save
  13.  "trim_trailing_white_space_on_save": true,
  14.  // Set to true to ensure the last line of the file ends in a newline
  15.  // character when saving
  16.  "ensure_newline_at_eof_on_save": true
  17. }

Related Posts:

Leave a Reply

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Additional comments powered by BackType

About the blog

This is a blog about development, focused mainly on Javascript but also other languages like python, shell scripts and more.

About the author

Eneko Alonso is a software engineer and UI developer with more than eight years of experience in software and web development. He lives in San Luis Obispo, California and works at LEVEL Studios.

Contact Info

Contact Info

PromoteJS

JavaScript JS Documentation