Closed atakiya closed 3 years ago
Note: there is one 'issue' about this conversion - VScode for me will now insert ^M
linebreaks (CRLF) at any modified or added lines as it detects the file as CRLF instead. (My local environment is Windows, but I exclusively use LF in my own projects and files)
This might be fixed after a push and pull, but I would still advise to check with the team on how to handle line endings properly here for a uniform format and to avoid future issues. There might be no issues, I am not aware of how your system works and such, but better save than sorry 😄
For best uniform results, .gitattributes
could probably help here. See this github help article.
That and the existing .editorconfig
(after reenabling line endings config) would, as a TL;DR do following:
.gitattributes
) User checks out file -> file checks out with CRLF.editorconfig
) User modifies file -> saves as CRLFregardless of their environment, or user-settings.
above is assuming you wish to keep CRLF as I was notified of in #56, otherwise just substitute it with LF
Merged thanks!
Dependency: #624 - merged ✔️
Reformats the entire
de.json
file with CleanJSON.py Does NOT add or update any existing keys.