CLion 2021.3 Help

Line separators

With CLion, you can set up line separators (line endings) for newly created files, and change line separator style for existing files.

Configure line separators for new files

  1. Press Ctrl+Alt+S to open the IDE settings and select Editor | Code Style.

    To configure line separators for new projects, go to File | New Projects Setup | Settings/Preferences for New Projects | Editor | Code Style.

  2. Select the code style Scheme that you want to modify: the Project scheme or one of the IDE-level schemes.

  3. From the Line separator list, select the line separator style you want to apply.

    Line Separator for new files
  4. Apply the changes and close the dialog.

Change line separators for the current file

The line separator widget is located in the status bar of the IDE window.

  • Click the widget and select another line separator style.

    current line separator
  • Alternatively, select another ending style in File | File Properties | Line Separators.

Changing the line separator style is reflected in the Local history of a file.

Change line separators for a file or directory

  1. Select a file or a directory in the Project tool window Alt+1.

    If you select a directory, the new line ending style will be applied to all nested files recursively.

  2. From the main menu, select File | File Properties | Line Separators, and then select a line ending style from the list.

Last modified: 30 November 2021