Version: 2023.1
言語: 日本語

LineEndingsMode

enumeration

マニュアルに切り替える

説明

Defines the type of line endings used when creating new C# files from within the editor.

変数

OSNativeFile endings are the default for the active platform. On Windows, this is a carriage return character followed by linefeed character (\r\n). On macOS or Linux, this is a single linefeed characater (\n).
UnixLines are terminated with a newline character. Also referred to as linefeed, or LF.
WindowsLines are terminated with carriage return and newline characters. Also referred to as CR/LF or `\r\n`.