Files
tp/.editorconfig

11 lines
215 B
INI
Raw Normal View History

2025-10-30 07:48:59 +01:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
2025-10-30 08:48:16 +01:00
indent_size = 2