Files
tp/.editorconfig

14 lines
260 B
INI
Raw Permalink Normal View History

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