+5
Terminé
Trim lines at the time of saving file
Vinay Jeurkar il y a 14 ans
dans Plugin announcements
•
mis à jour par Jon Skinner il y a 14 ans •
2
You can put an ON / OFF option which will decide wheather to trim white spaces or not from each line in currently opened file at the time of saving the file.
Or you can ask user to specify characters to be trimmed at the end of the line in your Default File Preferences
e.g.
//set to true if you want to trim lines for white spaces at the time of saving file."trim_on_save": true,//specify charaters to trim. It will trim if trim_on_save option is true.
"trim_characters": " \t",
Solution
0
Solution
Terminé
Jon Skinner il y a 14 ans
The trim_trailing_white_space_on_save setting can be used for this
Above feature will help to reduce size of the file occupied by unwanted characters.
Solution
Terminé
The trim_trailing_white_space_on_save setting can be used for this
Service d'assistance aux clients par UserEcho