figma-plugin icon indicating copy to clipboard operation
figma-plugin copied to clipboard

EOF line endings

Open SorsOps opened this issue 2 years ago • 0 comments

Currently we don't allow a user to specify the line endings option for the git sync providers which causes issues with unnecessary changes. We should add a checkbox within the sync provider settings to choose the line ending types for EOF , EOL .

Then during the sync when we stringify the sets for comparison we add the EOF character conditionally if it doesn't exist.

This should be done within the abstract git sync provider so that all other sync providers get this functionality for free

Image

SorsOps avatar Oct 20 '23 07:10 SorsOps