This repository was archived by the owner on Dec 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
30 lines (28 loc) · 1.93 KB
/
config.xml
File metadata and controls
30 lines (28 loc) · 1.93 KB
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
<?xml version='1.0' encoding='utf-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" id="extensions:readable-javascript" version="1.4">
<name>Readable JavaScript</name>
<author href="http://my.opera.com/DitherSky/blog/">Dither</author>
<description xml:lang="en">Extension for auto-formatting and colorizing JavaScript code. Triggered by files with .js extension in their URL or by toolbar button.</description>
<description xml:lang="ru">Расширение для автоматического форматирования и подсвечивания JavaScript кода. Запускается при обнаружении файла с расширением .js в адресе или по клику на кнопке.</description>
<preference name="indent_size" value="4"/>
<preference name="preserve_newlines" value="true"/>
<preference name="keep_array_indentation" value="true"/>
<preference name="braces_on_own_line" value="false"/>
<preference name="detect_packers" value="true"/>
<preference name="debug_output" value="false"/>
<preference name="enable_coloring" value="false"/>
<preference name="enable_button" value="true"/>
<preference name="autoparse_js" value="false"/>
<preference name="indent_char" value=" "/>
<icon src="icons/icon.png"/>
<!--<credit>icon.png by Iconshock - non-comercial free license.</credit> -->
<license href="http://www.apache.org/licenses/LICENSE-2.0">Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</license>
</widget>