https://github.com/b1f6c1c4/no-evil-eol-newline

Hide the last 'new line' in Atom, just like vim does.

https://github.com/b1f6c1c4/no-evil-eol-newline

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.8%) to scientific vocabulary

Keywords

atom eol line-numbers newline vim

Keywords from Contributors

projection interactive archival generic sequences observability autograding hacking shellcodes modular
Last synced: 5 months ago · JSON representation

Repository

Hide the last 'new line' in Atom, just like vim does.

Basic Info
  • Host: GitHub
  • Owner: b1f6c1c4
  • License: mit
  • Language: JavaScript
  • Default Branch: master
  • Homepage:
  • Size: 544 KB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Topics
atom eol line-numbers newline vim
Created almost 8 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

no-evil-eol-newline

APM APM APM GitHub code size in bytes

Hide the last 'new line', just like Vim and GitHub.

:arrowright: Link to the package on APM on atom.io :arrowleft:

Screenshot

Precondition

This package is meant for:

  • Vim enthusiastics - mostly previous vim users;
  • Unix fundamentalists - who think \n marks the termination of one single line, instead of acting as the separator between two lines.

You SHOULD NOT use this package if you think:

  • (Either) \n at the end of a file is totally heresy;
  • (Or) a new line MUST be displayed magnificently to indicate your fidelity of appending \n to each file you write.

Introduction

Suppress display of end-of-file newlines as blank lines. A temporal fix for Atom issue 7787. More precisely, - If a file ends with a \n, then the line number of the 'new line' is hidden (by css), just like what vim does. - If a file doesn't end with a \n, then the line number is shown in a bright color, indicating a missing \n. - Files that use \r\n as EOL simply work perfectly.

Attention: This package only deals with how things appear: it never modify any bit of your file content. Thus, this package: - Is compatible with whitespace, editorconfig, vim-mode-plus, and other packages. - Works consistently on Linux, macOS, and Windows.

Owner

  • Login: b1f6c1c4
  • Kind: user
  • Location: NJ, USA
  • Company: Princeton University

52BE D143 A92D BE96 2B83 092B 9BAC 0164 9600 1E70

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 32
  • Total Committers: 2
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.313
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
b1f6c1c4 b****4@g****m 22
dependabot[bot] 4****] 10

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 11
  • Average time to close issues: about 7 hours
  • Average time to close pull requests: 8 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 11
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kopischke (1)
Pull Request Authors
  • dependabot[bot] (11)
Top Labels
Issue Labels
Pull Request Labels
dependencies (11)

Dependencies

package.json npm
  • eslint ^7.1.0 development
  • eslint-config-airbnb-base ^14.1.0 development
  • eslint-plugin-import ^2.20.2 development
yarn.lock npm
  • 189 dependencies