guybedford / es-module-lexer

Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
917 stars 48 forks source link

fix: normalize spaces to tabs in Makefile. #91

Closed richardo2016 closed 2 years ago

richardo2016 commented 2 years ago

This PR tried to normalize indents in Makefile, in most of make programs (e.g. default make on macOS), all indents in Makefile are expected real tabs, see details here.

BTW, I corrected little error in README

guybedford commented 2 years ago

Thanks!