scratch-tech-explorations/.editorconfig
2023-08-16 16:44:16 -07:00

10 lines
222 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 118 # 118 is the max that displays well in a GitHub diff
trim_trailing_whitespace = true