wbond / sublime_alignment

Easy alignment of multiple selections and multi-line selections
http://wbond.net/sublime_packages/alignment
521 stars 110 forks source link

Config conflict with Docblokr #70

Closed it-can closed 10 years ago

it-can commented 10 years ago

The config file Alignment and DocBlokr are the same filename... Please fix! See also:

https://github.com/spadgos/sublime-jsdocs/issues/294

wbond commented 10 years ago

I don't understand what the issue is? That file you reference is the base file-type settings file. Since Alignment allows settings specified per syntax, I can't have just an Alignment.sublime-settings.

it-can commented 10 years ago

ok so I need to add the config of Alignment to the Base File of Docblokr?

wbond commented 10 years ago

Well, that config file is for all of Sublime Text, not just Docblockr or Alignment. You can set any of the global settings to it, such as font_size, draw_white_space, etc.