mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
XmlFormatting
This commit is contained in:
@@ -107,6 +107,10 @@ public class CodeStyleSettingsManager implements PersistentStateComponent<Elemen
|
||||
}
|
||||
}
|
||||
|
||||
public CodeStyleSettings getTemporarySettings() {
|
||||
return myTemporarySettings;
|
||||
}
|
||||
|
||||
public void setTemporarySettings(@NotNull CodeStyleSettings settings) {
|
||||
myTemporarySettings = settings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user