LineEndingsEditMenu Class

Summary

Implements menu items for the Unity Editor to perform end-of-line conversion and fix issues such as for the following: "There are inconsistent line endings in the 'Assets/.../*.cs' script. Some are Mac OS X (UNIX) and some are Windows. This might lead to incorrect line numbers in stacktraces and compiler errors."
Namespace
Atavism
Base Types
  • object
graph BT Type-->Base0["object"] Type["LineEndingsEditMenu"] class Type type-node

Syntax

public static class LineEndingsEditMenu

Methods

Name Value Summary
ConvertLineEndingsToUnixFormat() void
static
ConvertLineEndingsToWindowsFormat() void
static