Navigation Menu

Skip to content

Commit

Permalink
2 space indents in JSON format
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Mar 22, 2017
1 parent 0730171 commit 11cbc1c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,5 +1,5 @@
{
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
}
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
}
}
44 changes: 22 additions & 22 deletions textpattern/setup/data/core.prefs
@@ -1,23 +1,23 @@
{
"default_section": {
"val": "articles",
"type": "2",
"event": "section",
"html": "text_input",
"position": "0"
},
"custom_1_set": {
"val": "custom1",
"type": "0",
"event": "custom",
"html": "custom_set",
"position": "1"
},
"custom_2_set": {
"val": "custom2",
"type": "0",
"event": "custom",
"html": "custom_set",
"position": "2"
}
}
"default_section": {
"val": "articles",
"type": "2",
"event": "section",
"html": "text_input",
"position": "0"
},
"custom_1_set": {
"val": "custom1",
"type": "0",
"event": "custom",
"html": "custom_set",
"position": "1"
},
"custom_2_set": {
"val": "custom2",
"type": "0",
"event": "custom",
"html": "custom_set",
"position": "2"
}
}

0 comments on commit 11cbc1c

Please sign in to comment.