this post was submitted on 14 May 2024
1358 points (99.1% liked)
Programmer Humor
32490 readers
591 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Works fine in
vim
Except if it's a single line file, only god can help you then. (Or running
prettier -w
on it before opening it or whatever.)4.2 megs on one line? Vim probably can handle it fine, although syntax won't be highlighted past a certain point
Technically every JSON file is a single line, with line break characters here and there