Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

12 lines
183 B
INI

# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
insert_final_newline = true
max_doc_length = 79
max_line_length = 79
trim_trailing_whitespace = true