Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Imms <daimms@microsoft.com>2017-09-26 17:33:31 +0300
committerDaniel Imms <daimms@microsoft.com>2017-09-26 17:33:31 +0300
commita38d660aa37a1402e67ca6ee29d39be23fe1a7fc (patch)
treee62582b9718a5ebf9532b50e54edb06cbcdc8782 /.editorconfig
parent4b5195a7a845ba9d14ab052b36554378c853bead (diff)
Use correct indentation for snapcraft.yaml
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
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