detect-indent

Detect the indentation of code

MIT License

Downloads
58.3M
Stars
192
Committers
13

Bot releases are hidden (Show)

detect-indent - Latest Release

Published by sindresorhus about 2 years ago

  • Fix detecting the indent of files with many repeats after a single indent (#34) 477e390

https://github.com/sindresorhus/detect-indent/compare/v7.0.0...v7.0.1

detect-indent -

Published by sindresorhus about 3 years ago

Breaking

  • Require Node.js 12.20 429c145
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/detect-indent/compare/v6.1.0...v7.0.0

detect-indent -

Published by sindresorhus over 3 years ago

detect-indent -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#25) 7cd7e43
  • Use undefined instead of null for the type property (#25) 7cd7e43

Enhancements:

  • Add TypeScript definition (#25) 7cd7e43

Fixes:

  • Fix detection when string has equal amount of tabs and spaces (#24) b45b213

https://github.com/sindresorhus/detect-indent/compare/v5.0.0...v6.0.0