Pretty format for variable declarations
Project standards demand the equal signs must be aligned for better readability.
Start file
var parser = require('../src/grammar.js'), src = require('../src/blueberry.js'), fs = require('fs'), glob = require('glob');
End file
var parser = require('../src/grammar.js'), src = require('../src/blueberry.js'), fs = require('fs'), glob = require('glob');
View Diff
2,4c2,4 < src = require('../src/blueberry.js'), < fs = require('fs'), < glob = require('glob'); \ No newline at end of file --- > src = require('../src/blueberry.js'), > fs = require('fs'), > glob = require('glob'); \ No newline at end of file
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 63 remaining solutions by signing in and submitting your own entry