token-keeper/.editorconfig

9 lines
156 B
INI
Raw Permalink Normal View History

2022-02-10 15:17:14 +00:00
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
max_line_length = 120