notes/editorconfig.txt
2023-05-26 18:16:20 -07:00

9 lines
168 B
Text

[*]
root = true
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = false
max_line_length = 80
trim_trailing_whitespace = true