mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Renamed sublime-project
to discourse.sublime-project
as sublime expects a .sublime-project
extension.
This commit is contained in:
31
discourse.sublime-project
Normal file
31
discourse.sublime-project
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": "app",
|
||||
"folder_exclude_patterns": ["external", "external_development", "external_production", "images", "imported", "fonts", "defer"],
|
||||
"file_exclude_patterns": ["i18n.js"]
|
||||
},
|
||||
{ "path": "config" },
|
||||
{
|
||||
"path": "db",
|
||||
"file_exclude_patterns": ["*.sqlite3"]
|
||||
},
|
||||
{ "path": "lib" },
|
||||
{ "path": "script" },
|
||||
{ "path": "cookbooks" },
|
||||
{ "path": "spec" },
|
||||
{ "path": "test",
|
||||
"folder_exclude_patterns": ["fixtures"]
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
{
|
||||
// indentation
|
||||
"tab_size": 2,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
// ensure line endings is linux style (even when on Windows)
|
||||
"default_line_ending": "LF"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user