It's seems that for most languages phpcodecabinet indents the snippets by 8 spaces. Is there any way to adjust this to a more reasonable value like 3 or 4 spaces?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually, it depends on how you paste the snippet into the textarea. Some IDEs use different lengths for indentation, so it may show up differently after it's been inserted, depending on where you've pasted from. The only character replacement that I do in phpCC is to replace the tab character with five spaces. You can always modify that in the input.php file if you like.
--Brad Fears
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's seems that for most languages phpcodecabinet indents the snippets by 8 spaces. Is there any way to adjust this to a more reasonable value like 3 or 4 spaces?
Actually, it depends on how you paste the snippet into the textarea. Some IDEs use different lengths for indentation, so it may show up differently after it's been inserted, depending on where you've pasted from. The only character replacement that I do in phpCC is to replace the tab character with five spaces. You can always modify that in the input.php file if you like.
--Brad Fears