You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate FILE_ENCODING from TERMINAL_ENCODING (#424)
Distinguish between terminal encoding (now TERMINAL_ENCODING,
renamed from DEFAULT_ENCODING) and file encoding (FILE_ENCODING).
Before, gitlint always decoded files using the terminal encoding
(DEFAULT_ENCODING) which can be problematic in cases where the terminal
encoding is non UTF-8.
File encoding is hard set to UTF-8.
0 commit comments