aziz / PlainTasks

An opinionated todo-list plugin for Sublime Text editor (version 2 and 3)
MIT License
3.29k stars 287 forks source link

Using CTRL+Enter doesn't respect indent size setting. #362

Closed hymair closed 7 years ago

hymair commented 7 years ago

Reproduce steps:

  1. New blank tasks document.
  2. Indent size: 4 spaces. ("tab_size": 4 in PlainTasks settings)
  3. Using CTRL+Enter uses 2 spaces.
vovkkk commented 7 years ago

It is a feature, the indent of new task depends either on indent of current line under cursor or value of "before_tasks_bullet_margin" setting.

hymair commented 7 years ago

Doh.. Sorry about this.