diff options
| author | John Isom <John.Isom2001@gmail.com> | 2020-07-27 20:55:34 -0600 |
|---|---|---|
| committer | John Isom <John.Isom2001@gmail.com> | 2020-07-27 20:55:34 -0600 |
| commit | 01712e7f3cdedfb178470e6a73bab35e7b5f94ec (patch) | |
| tree | 53e20e70a96f04146b2fad8e6b9ffa5e0c2153bf /rc/tools/python | |
| parent | 9dd292d100bf266e391fa9ef3314e2c6a4a447f6 (diff) | |
Change indentation rules in json.kak to be much more intuitive for nested objects
As it was before, when you had this (| = cursor):
``` json
{
"foo": {|
}
```
and hit <ret>, this would happen:
``` json
{
"foo": {
|
}
```
when it should have been this:
``` json
{
"foo": {
|
}
```
Diffstat (limited to 'rc/tools/python')
0 files changed, 0 insertions, 0 deletions
