nanch / phpfmt_stable

This is a stable snapshot (version 6125cf9) of the phpfmt plugin for Sublime Text
143 stars 34 forks source link

PHP Function and method change if Using PHPfmt in sublime 3 #49

Open lovespark opened 5 years ago

lovespark commented 5 years ago

am using sublime editor 3 for php and install Package PHPfmt for psr2.

And my PHP version is 5.6.

After save my php code PHPfmt change my php function like

my function is:

<?php

function test_demo(){
  echo "hello";
}

After save

<?php
    function testDemo(){
       echo "hello";
    }

How to stop this but not removing phpfmt please suggest aleternate of phpfmt or how can i get rid of this;

arcanisgk commented 4 years ago

Check defauld/personal config and post.