Skip to content
  • mathieu _alkama_ m's avatar
    Smart indentation support (#96) · 7269a05f
    mathieu _alkama_ m authored
    * Smart indentation support
    
    Indentation support can be set to `smart` (default), `preserve` or `none` in the `gui` section of the config file.
    Readme file has been updated accordingly.
    
    Heavily based on SciTe official implementation.
    
    * Make linux flavour use c++11
    
    * Fix the wrong ident and make code more readable
    
    * Rewrite in c++98, name config key “autoIndent”
    7269a05f