596061626364656667
if (cfg == null) cfg = new EditorConfig(); File writetest = cfgfile.exists() ? cfgfile : cfgdir; if (writetest.canWrite()) cfg.addChangeListener(new EditorConfigManager(cfgfile, reporter)); return cfg; }