ttcdt / mp-5.x

The Minimum Profit Text Editor
The Unlicense
23 stars 4 forks source link

Could you share your mp.mpsl? #31

Closed ghost closed 1 year ago

ghost commented 1 year ago

This is of me:

mp.config.font_face = "Consolas";
mp.config.font_size = 11;
mp.config.font_weight = 0;
mp.config.double_page = 0;
mp.config.auto_indent = 1;
mp.config.dynamic_tabs = 1;
mp.config.show_line_numbers = 1;
mp.config.visual_wrap = 0;
mp.config.word_wrap = 0;
mp.config.eol = "\n";