Dotclear

source: build-tools/ckeditor/build-config.js @ 3181:9ce02e94c77e

Revision 3181:9ce02e94c77e, 1.1 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Source code indent is back in CKEditor, fixes #2130

Line 
1/**
2 * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6/* exported CKBUILDER_CONFIG */
7
8var CKBUILDER_CONFIG = {
9     skin: 'moono',
10     ignore: [
11          'bender.js',
12          '.bender',
13          'bender-err.log',
14          'bender-out.log',
15          'dev',
16          '.DS_Store',
17          '.editorconfig',
18          '.gitignore',
19          '.gitattributes',
20          'gruntfile.js',
21          '.idea',
22          '.jscsrc',
23          '.jshintignore',
24          '.jshintrc',
25          '.mailmap',
26          'node_modules',
27          'package.json',
28          'README.md',
29          'tests'
30     ],
31     plugins: {
32          a11yhelp: 1,
33          about: 1,
34          basicstyles: 1,
35          blockquote: 1,
36          clipboard: 1,
37          colorbutton: 1,
38          dialogadvtab: 1,
39          div: 1,
40          elementspath: 1,
41          enterkey: 1,
42          floatingspace: 1,
43          format: 1,
44          horizontalrule: 1,
45          htmlwriter: 1,
46          image: 1,
47          indentlist: 1,
48          indentblock: 1,
49          justify: 1,
50          link: 1,
51          list: 1,
52          liststyle: 1,
53          magicline: 1,
54          maximize: 1,
55          pastefromword: 1,
56          pastetext: 1,
57          print: 1,
58          removeformat: 1,
59          resize: 1,
60          sourcearea: 1,
61          specialchar: 1,
62          stylescombo: 1,
63          tab: 1,
64          table: 1,
65          tabletools: 1,
66          templates: 1,
67          toolbar: 1,
68          undo: 1,
69          wysiwygarea: 1
70     }
71};
Note: See TracBrowser for help on using the repository browser.

Sites map