next/.editorconfig

7 lines
108 B
INI
Raw Normal View History

2023-12-29 20:53:29 -05:00
root = true
[*]
tab_width = 2
2023-12-29 20:53:29 -05:00
indent_size = 2
indent_style = tab
charset = utf-8
max_line_length = 160