Skip to content

Instantly share code, notes, and snippets.

@bombsimon
Last active March 3, 2020 22:20
Show Gist options
  • Save bombsimon/77c7ad9639d763ba280b5bf2d69135ee to your computer and use it in GitHub Desktop.
Save bombsimon/77c7ad9639d763ba280b5bf2d69135ee to your computer and use it in GitHub Desktop.
Formatt code with AI

Code formatting with AI

Since I wrote wsl I find it of interest to read about code formatting and how one could improve readability of code. Static analyzers are great and I love tools like black but if there were an even easyer way I would love that!

Towards a Universal Code Formatter through Machine Learning

I got some interesting links while chatting about v fmt removing all whitesapces.

All credit to Terence Parr and Jurgen Vinju for this work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment