Hello I am having problems with Trailing white space changes and this is making my work difficult. Any file I open even if I make no changes to it if simple do a save at do compare I find white space changes... I am using sublime text for development I will appreciate any help thanks. Noel
Hi Noel,
Can you please check your tab width in sublime?
On Sat, Mar 11, 2017 at 9:29 PM, Fon Noel fenn25.fn@gmail.com wrote:
Hello I am having problems with Trailing white space changes and this is making my work difficult. Any file I open even if I make no changes to it if simple do a save at do compare I find white space changes... I am using sublime text for development I will appreciate any help thanks. Noel
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers
If it's a problem with Trailing whitespaces only then you can add this line "trim_trailing_white_space_on_save": true only in the User preferences.
Go to Preferences Tab -> Click on settings->In User preferences settings add the above line.
So, whenever you will save your file the trailing spaces will automatically be deleted.
On Sat, Mar 11, 2017 at 9:46 PM, VISHAL PANDEY vishpandey2012@gmail.com wrote:
Hi Noel,
Can you please check your tab width in sublime?
On Sat, Mar 11, 2017 at 9:29 PM, Fon Noel fenn25.fn@gmail.com wrote:
Hello I am having problems with Trailing white space changes and this is making my work difficult. Any file I open even if I make no changes to it if simple do a save at do compare I find white space changes... I am using sublime text for development I will appreciate any help thanks. Noel
Developers mailing list Developers@phpmyadmin.net https://lists.phpmyadmin.net/mailman/listinfo/developers