From: Jérôme Benoit Date: Wed, 11 Mar 2026 16:54:43 +0000 (+0100) Subject: chore: update serena project configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=03625482e1db997bb3d4ea2e9f177034df6d9253;p=poolifier.git chore: update serena project configuration --- diff --git a/.serena/project.yml b/.serena/project.yml index 4cf82c44b..f6de8bccd 100644 --- a/.serena/project.yml +++ b/.serena/project.yml @@ -118,3 +118,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: