vpgen/.editorconfig
2025-04-10 18:08:19 -07:00

11 lines
175 B
INI

[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = tab
indent_size = 2
max_line_length = 100
quote_type = single
trim_trailing_whitespace = true