converting tabs to spaces

This commit is contained in:
Nikolajus 2012-02-09 09:42:28 +01:00
parent 386bdab8f0
commit c5d3554ff7
2 changed files with 40 additions and 41 deletions

View File

@ -1,39 +1,38 @@
[
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "Pretty JSON",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings"
},
"caption": "Settings Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/Pretty JSON.sublime-settings"
},
"caption": "Settings User"
},
{ "caption": "-" }
]
}
]
}
]
}
]
{
"mnemonic": "n",
"caption": "Preferences",
"id": "preferences",
"children": [
{
"mnemonic": "P",
"caption": "Package Settings",
"id": "package-settings",
"children": [
{
"caption": "Pretty JSON",
"children": [
{
"caption": "Settings Default",
"args": {
"file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings"
},
"command": "open_file"
},
{
"caption": "Settings User",
"args": {
"file": "${packages}/User/Pretty JSON.sublime-settings"
},
"command": "open_file"
},
{
"caption": "-"
}
]
}
]
}
]
}
]

View File

@ -1,5 +1,5 @@
{
"use_entire_file_if_no_selection" : true,
"indent_size" : 4,
"sort_keys" : true
"use_entire_file_if_no_selection" : true,
"indent_size" : 4,
"sort_keys" : true
}