php option indent_with_space is not working
See original GitHub issueSo, our company prefers tabs for indenting and spaces for alignment. Im not here to start a holy war. I simply need to be able to have this plugin stop changing all my tab indents into spaces.
I go into my settings and make the following changes:
"codeformatter_php_options":
{
"php55_compat": true, // PHP 5.5 compatible mode
"indent_with_space": false, // Use spaces instead of tabs for indentation
},
However, every time i format my code using your plugin it STILL overrides my tabs. Any ideas?
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Select box fails to fetch option value with white spaces after ...
My problem is when I echo the selected option value the words after the white spaces are not shown i.e it shows only...
Read more >IndentLine not working · Issue #269
I installed via vim-plug, no dice. My vimrc: " Specify a directory for plugins " - For Neovim: /.local/share/nvim/plugged " - Avoid using ......
Read more >Prechecker results: error
PHP coding style problems. (9792 errors, 221 warnings). This section shows the coding style problems detected in the code by phpcs [More info]....
Read more >sabberworm/php-css-parser
Parser for CSS Files written in PHP. ... Open Issues: 79 ... The charset option will only be used if the CSS file...
Read more >Moodle 3.9 XRef and Diffs
Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months). PHP version: minimum PHP 7.2.0 Note: minimum PHP version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try to set
psr2
tofalse
.i have not this problem with my config
Config signature will be changed, please look at https://github.com/akalongman/sublimetext-codeformatter/issues/355#issuecomment-381722577