Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Warning EOLNew to Visual Studio Code? Get it now.
Warning EOL

Warning EOL

nguyenduy4321

|
2 installs
| (0) | Free
Displays newline characters in your code and warns you if inconsistent EOL styles are detected.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Warning EOL

Displays end-of-line (EOL) characters in your code and warns you if inconsistent EOL styles (LF, CRLF, CR) are detected.

preview

Features

  • Show EOL characters at the end of each line:
    ↓ for LF, ↵ for CRLF, ← for CR.
  • Warns when multiple EOL styles are found in the same file.

Configuration

"warning-eol.colorDefaultEOL": "#BFBFBF80",
"warning-eol.colorInconsitentEOL": "#FF000080"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft