From a38d660aa37a1402e67ca6ee29d39be23fe1a7fc Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 26 Sep 2017 10:33:31 -0400 Subject: [PATCH] Use correct indentation for snapcraft.yaml --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 40381bd6a77..1089ed4f54e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,6 @@ trim_trailing_whitespace = true # The indent size used in the `package.json` file cannot be changed # https://github.com/npm/npm/pull/3180#issuecomment-16336516 -[{.travis.yml,npm-shrinkwrap.json,package.json}] +[{.travis.yml,npm-shrinkwrap.json,package.json,snapcraft.yaml}] indent_style = space indent_size = 2