From 85851c6f5c5ef45fc6d26c3238adc0e1700a8b91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 11 Mar 2026 13:33:00 +0100 Subject: [PATCH] chore: update serena project configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .serena/project.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.serena/project.yml b/.serena/project.yml index ed7fc0a7..7c0ff4d8 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -129,3 +129,8 @@ language_backend: # list of regex patterns which, when matched, mark a memory entry as read‑only. # Extends the list from the global configuration, merging the two lists. read_only_memory_patterns: [] + +# line ending convention to use when writing source files. +# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default) +# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings. +line_ending: -- 2.43.0