diff --git a/boilerplate/files/.gitattributes b/boilerplate/files/.gitattributes index 8310c41d5..2d2761aeb 100644 --- a/boilerplate/files/.gitattributes +++ b/boilerplate/files/.gitattributes @@ -2,4 +2,4 @@ * text=auto eol=lf # Declare files that will always have LF line endings on checkout. -*.ssjs text eol=lf +*.ssjs text eol=lf gitlab-language=javascript diff --git a/boilerplate/forcedUpdates.json b/boilerplate/forcedUpdates.json index ca781e5f5..d571c0dfa 100644 --- a/boilerplate/forcedUpdates.json +++ b/boilerplate/forcedUpdates.json @@ -1,4 +1,8 @@ [ + { + "version": "7.3.2", + "files": [".gitattributes"] + }, { "version": "7.3.1", "files": [".vscode/settings.json"]