Use 2 spaces for package.json and *.yml files

This commit is contained in:
James Brooks
2016-08-05 16:24:04 +01:00
parent b147d17dac
commit c091b6b68d

View File

@@ -10,3 +10,6 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[{package.json,*.yml}]
indent_size = 2