c27dbd0463
I have been wondering why my editor is not defaulting to two spaces and it is because indent_size was removed from the * block. I am not sure why we would need a separate block for package.json and yaml anyway since they use the same settings as the rest of our code. I would revert the commit but this change was made in a larger commit with a bunch of unrelated changes.
7 lines
86 B
INI
7 lines
86 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
indent_size = 2
|