Use 2 spaces for package.json and *.yml files
This commit is contained in:
@@ -10,3 +10,6 @@ insert_final_newline = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[{package.json,*.yml}]
|
||||||
|
indent_size = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user