beauty-amp-core
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -16,4 +16,4 @@ const _ = require('lodash'); | ||
editor: { | ||
insertSpaces: true | ||
// tabSize: 4 | ||
insertSpaces: true, | ||
tabSize: 4 | ||
} | ||
@@ -162,3 +162,3 @@ }; | ||
setup.editor.insertSpaces = editor.insertSpaces === true ? true : false; | ||
// setup.editor.tabSize = _.isInteger(editor.tabSize) ? editor.tabSize : 4; | ||
setup.editor.tabSize = _.isInteger(editor.tabSize) ? editor.tabSize : 4; | ||
} | ||
@@ -165,0 +165,0 @@ |
{ | ||
"name": "beauty-amp-core", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "Beautify (prettify) AMPscript for Marketing Cloud - prettifying library only.", | ||
@@ -5,0 +5,0 @@ "publisher": "FiB", |
@@ -51,3 +51,4 @@ # BEAUTY AMP CORE | ||
const editor = { | ||
insertSpaces: true | ||
insertSpaces: true, | ||
tabSize: 4 | ||
}; | ||
@@ -54,0 +55,0 @@ // logs trough console only for the moment. |
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
38515
60