:right-sidebar: True DataStreamNewlineType =================================================================== .. currentmodule:: gi.repository.Gio .. class:: DataStreamNewlineType :no-contents-entry: :obj:`~gi.repository.Gio.DataStreamNewlineType` is used when checking for or setting the line endings for a given file. Fields ------ .. rst-class:: interim-class .. class:: DataStreamNewlineType :no-index: .. attribute:: ANY Automatically try to handle any line ending type. .. attribute:: CR Selects "CR" line endings. .. attribute:: CR_LF Selects "CR, LF" line ending, common on Microsoft Windows. .. attribute:: LF Selects "LF" line endings, common on most modern UNIX platforms.