Plugin Directory

Changeset 3446057


Ignore:
Timestamp:
01/24/2026 10:18:25 AM (2 months ago)
Author:
jamesdlow
Message:

1.5.5

  • Set tab sizes to 4
Location:
css-js-files
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • css-js-files/trunk/css-js-files.php

    r3446052 r3446057  
    44Plugin URI: https://wordpress.org/plugins/css-js-files/
    55Description: Add CSS files and/or CSS custom rules to any single page or post or globally
    6 Version: 1.5.4
     6Version: 1.5.5
    77Author: James Low
    88Author URI: http://jameslow.com
  • css-js-files/trunk/js/css-js-files.js

    r3446052 r3446057  
    3535        settings.codemirror.lineNumbers = false;
    3636        settings.codemirror.autoCloseBrackets = true;
     37        settings.codemirror.indentUnit = 4;
     38        settings.codemirror.tabSize = 4;
     39        settings.codemirror.indentWithTabs = true;
    3740
    3841        wp.codeEditor.initialize( textarea, settings );
  • css-js-files/trunk/readme.txt

    r3446052 r3446057  
    2929
    3030== Changelog ==
     31
     32= 1.5.5 =
     33* Set tab sizes to 4
    3134
    3235= 1.5.4 =
Note: See TracChangeset for help on using the changeset viewer.