Tsotne Nazarashvili

Results 75 comments of Tsotne Nazarashvili

can't reproduce @millan89 post example code before formating, os and sublime version and your config of codeformatter

not only that it has many problems with php+html code just don't try formating that kind of code you can format php or html but not both at same time...

this probably is bug but as i remember if you use `indent_with_space: false` and have configured sublime to indent with 2 spaces i think it will replace tabs with 2...

it does not crash on my machine what os you are using and what sublime version? what is encoding for file?

HTML is not case sensitive XML is

@PixelT @Guich sorry guys but this is near to impossible to correctly format php+html (+css+js) there are some parsers that can handle this type of code (sublime text syntax highlighter...

@v3nt you need to use some template engine instead of mixing php with html and then it will be simpler to fix formatting

@v3nt we don't have this feature not because we don't want to but because it is near to impossible and very difficult

@nekromoff feel free to send pull request