akalongman / akalongman/sublimetext-codeformatter

keep_array_indentation not working

Đang mở
#377 0 bình luận 1 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
772
Fork
128
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

I dont want to format the arrays and objects in js but even setting to true, keeps formatting arrays and objects:
keep_array_indentation = true;

Expected:

```
var movieQuotes = {
'slumdog_millionaire' : 'When somebody asks me a question, I tell them the answer.',
'silver_linings_playbook' : 'I opened up to you, and you judged me.',
'the_lives_of_others' : 'To think that people like you ruled a country.',
'the_shawshank_redemption': 'Get busy living, or get busy dying.'
};

```
Currently:
```
var movieQuotes = {
'slumdog_millionaire': 'When somebody asks me a question, I tell them the answer.',
'silver_linings_playbook': 'I opened up to you, and you judged me.',
'the_lives_of_others': 'To think that people like you ruled a country.',
'the_shawshank_redemption': 'Get busy living, or get busy dying.'
};

```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.