webscaffold/.editorconfig
2020-04-26 19:52:11 +12:00

10 lines
124 B
INI

[*]
end_of_line = lf
indent_style = tab
indent_size = 4
[*.json] # package.json, etc
indent_style = space
indent_size = 2