webscaffold/.editorconfig

10 lines
124 B
INI
Raw Permalink Normal View History

2020-04-26 07:52:11 +00:00
[*]
end_of_line = lf
indent_style = tab
indent_size = 4
[*.json] # package.json, etc
indent_style = space
indent_size = 2