forked from appdevforall/CodeOnTheGo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspotless.eclipse-xml.prefs
More file actions
33 lines (26 loc) · 854 Bytes
/
spotless.eclipse-xml.prefs
File metadata and controls
33 lines (26 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# XML formatting properties for Android Development Style
# Last modified: Thu Jul 24 19:26:06 IST 2025
eclipse.preferences.version=1
# Indentation Settings
# Use 4 spaces for indentation.
indentationChar=space
indentationSize=4
# Line Wrapping and Splitting
# Set a reasonable line width.
lineWidth=120
# --- THIS IS THE KEY SETTING ---
# Force each attribute onto a new, indented line.
splitMultiAttrs=true
# Do not align the closing bracket with the opening tag.
alignFinalBracket=false
# Whitespace Settings
# Add a space before the slash in self-closing tags (e.g., <View ... />).
spaceBeforeEmptyCloseTag=true
# Preserve manually added blank lines for readability.
preserveNewLines=true
clearAllBlankLines=false
# Formatting for other XML elements
formatComment=true
joinCommentLines=false
formatProlog=true
formatProcessingInstruction=true