My dw.sublime-project file
Jul. 25th, 2013 12:04 amProject specific settings for DW development:
{
"folders":
[
{
"follow_symlinks": true,
"path": "PATH_TO_PROJECT_FOLDER",
"file_exclude_patterns": ["*.png"]
}
],
"settings":
{
"tab_size": 4,
"trim_automatic_white_space": true,
"ensure_newline_at_eof_on_save": false,
"default_line_ending": "unix",
"rulers":
[
50, //commit title length
72, //commit msg line length
120 //code line too long if past that point
]
}
}