detect-indent
Advanced tools
Comparing version 0.1.0 to 0.1.1
(function () { | ||
'use strict'; | ||
var RE_MULTILINE_COMMENTS = /\*(.|[\r\n])*?\*/; | ||
var RE_EMPTY_LINE = /^\s$/; | ||
var RE_EMPTY_LINE = /^\s+$/; | ||
var RE_LEADING_WHITESPACE = /^[ \t]+/; | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "detect-indent", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Detect the indentation of code", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3653