Browse Source

Visual size of tab (\t) set to 4 spaces

merge-requests/365/head
eidheim 10 years ago
parent
commit
6b96b64d61
  1. 1
      src/source.cc

1
src/source.cc

@ -257,6 +257,7 @@ Source::View::View(const boost::filesystem::path &file_path, const boost::filesy
set_tooltip_and_dialog_events();
set_tab_width(4); //Visual size of a \t hardcoded to be equal to visual size of 4 spaces
tab_char=Config::get().source.default_tab_char;
tab_size=Config::get().source.default_tab_size;
if(Config::get().source.auto_tab_char_and_size) {

Loading…
Cancel
Save