discourse/sublime-project
Régis Hanol 1feeeed338 updated sublime-project & vagrant file
added the "trim_trailing_white_space_on_save setting" so developpers
using sublime text will now trim trailing white space one save

updated the vagrant configuration file so it uses ruby convention
2013-02-26 23:12:31 +01:00

25 lines
518 B
Plaintext

{
"folders":
[
{
"path": "app",
"folder_exclude_patterns": ["external", "external_production", "images", "imported", "fonts", "defer"]
},
{ "path": "config" },
{
"path": "db",
"file_exclude_patterns": ["*.sqlite3"]
},
{ "path": "lib" },
{ "path": "script" },
{ "path": "cookbooks" },
{ "path": "spec" }
],
"settings":
{
// indentation
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
}
}