package melnorme.lang.ide.ui.preferences;
public interface FormatterMessages {
public static String IndentationGroup_header =
"Indentation";
public static String IndentationGroup_tab_policy =
"Indentation mode:";
public static String IndentationGroup_tab_policy_SPACE =
"Spaces";
public static String IndentationGroup_tab_policy_TAB =
"Tabs";
public static String IndentationGroup_tab_policy_MIXED =
"Mixed";
public static String IndentationGroup_tab_size =
"Displayed tab &size:";
public static String IndentationGroup_indent_size =
"&Indentation size (for spaces policy):";
}