.editorconfig 113 B

123456789
  1. # editorconfig.org
  2. root = false
  3. # special format for PHP templates
  4. [*.php]
  5. indent_style = tab
  6. indent_size = 4