forked from c9/cloud9
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.xml
More file actions
29 lines (29 loc) · 857 Bytes
/
Copy pathtemplate.xml
File metadata and controls
29 lines (29 loc) · 857 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
<settings version="0.0.4">
<auto />
<general name="General" saveallbeforerun="true" openfiles="true"/>
<beautify name="Beautify">
<jsbeautify name="JS Beautify"
preserveemptylines="true"
keeparrayindentation="false"
braces="end-expand" />
</beautify>
<editors name="Editor">
<code name="Code Editor"
overwrite="false"
selectstyle="line"
activeline="true"
showinvisibles="false"
showprintmargin="true"
printmargincolumn="80"
softtabs="true"
tabsize="4"
scrollspeed="2"
fontsize="12"
wrapmode="false"
wraplimitmin=""
wraplimitmax=""
gutter="true"
highlightselectedword="true"
autohidehorscrollbar="true" />
</editors>
</settings>