Files
paperboy/.editorconfig
2024-02-25 04:10:24 +02:00

15 lines
209 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 160
tab_width = 2
trim_trailing_whitespace = true
[Makefile]
tab_width = 4