next/.editorconfig

7 lines
108 B
INI

root = true
[*]
tab_width = 2
indent_size = 2
indent_style = tab
charset = utf-8
max_line_length = 160