sfmc-devtools icon indicating copy to clipboard operation
sfmc-devtools copied to clipboard

[FEATURE] add support for .beautyamp.json in mcdev projects

Open JoernBerkefeld opened this issue 5 months ago • 1 comments

https://github.com/FiB3/beautyAmpCore2/issues/1: A new experimental feature allows to use a setup file in your project's folder: .beautyamp.json:

{
	"ampscript": {
		"capitalizeAndOrNot": true,
		"capitalizeIfFor": true,
		"capitalizeSet": true,
		"capitalizeVar": true,
		"maxParametersPerLine": 4
	},
	"editor": {
		"insertSpaces": true,
		"tabSize": 2
	}
}

FYI @FiB3

JoernBerkefeld avatar Jan 15 '24 13:01 JoernBerkefeld

related to https://github.com/FiB3/beautyAmp/issues/1

JoernBerkefeld avatar Jan 18 '24 12:01 JoernBerkefeld

Closed by #1256.

github-actions[bot] avatar Apr 14 '24 08:04 github-actions[bot]