Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 0cd9a64

Browse files
committed
Convert to Atom package layout
1 parent a42dc8e commit 0cd9a64

File tree

5 files changed

+15
-34
lines changed

5 files changed

+15
-34
lines changed
File renamed without changes.

preferences/Folding.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

preferences/Miscellaneous.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

scoped-properties/folding.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"source.json": {
3+
"editor": {
4+
"foldEndPattern": "(?x: # turn on extended mode\n\t ^ # a line beginning with\n\t \\s* # some optional space\n\t [}\\]] # and the close of an object or array\n\t )"
5+
}
6+
}
7+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"source.json": {
3+
"editor": {
4+
"increaseIndentPattern": "^.*(\\{[^}]*|\\[[^\\]]*)$",
5+
"decreaseIndentPattern": "^\\s*[}\\]],?\\s*$"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)