Bugfix message styling, save tailLine setting
This commit is contained in:
@@ -24,6 +24,7 @@ class Settings
|
||||
self::$compactGroups = $data->compactGroups ?? false;
|
||||
self::$indentationGuides = $data->indentationGuides ?? true;
|
||||
self::$collapseBefore = $data->collapseBefore ?? true;
|
||||
self::$tailLine = $data->tailLine ?? true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,6 +36,7 @@ class Settings
|
||||
'indentationGuides' => self::$indentationGuides,
|
||||
'collapseBefore' => self::$collapseBefore,
|
||||
'highlightRow' => self::$highlightRow,
|
||||
'tailLine' => self::$tailLine,
|
||||
], JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT)."\n";
|
||||
@file_put_contents($filename, $data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user