Skip to content
Snippets Groups Projects
Select Git revision
  • f8b5de7c0dea3f68e55fcb7fca1b48bbc511da61
  • master default protected
  • fix/deprecated_functions
  • devel
  • feat/translations
  • feat/upgrade_to_pro_url
  • feat/lang
  • bugfix/require-interface
  • bugfix/require-once-error
  • feature/activation-hooks
  • feature/template-loader
  • feature/template-renderer
  • feature/plugin-activation
  • feature/hookable-object
  • feature/builder-pattern
  • 2.1.2
  • 2.1.1
  • 2.1.0
  • 2.0.0
  • 2.0.0-beta1
  • 1.4.4
  • 1.4.3
  • 1.4.2
  • 1.4.1
  • 1.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1
  • 1.0
32 results

.editorconfig

Blame
  • .editorconfig 402 B
    # This file is for unifying the coding style for different editors and IDEs
    # editorconfig.org
    
    # WordPress Coding Standards
    # https://make.wordpress.org/core/handbook/coding-standards/
    
    root = true
    
    [*]
    charset = utf-8
    end_of_line = lf
    insert_final_newline = true
    trim_trailing_whitespace = true
    indent_style = tab
    
    [*.yml]
    indent_style = space
    indent_size = 2
    
    [*.md]
    trim_trailing_whitespace = false