OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indentationwidth
(Results
1 - 1
of
1
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatPreferences.java
97
int
indentationWidth
= preferences.getInt(XMLCorePreferenceNames.INDENTATION_SIZE);
102
for (int j = 0; j <
indentationWidth
; j++) {
Completed in 275 milliseconds