Skip to content

Commit a09535c

Browse files
PR #1302: ✅ Ready to merge
Co-authored-by: dyoshikawa-claw <dyoshikawa-claw@users.noreply.github.com>
1 parent da18258 commit a09535c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.serena/project.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,8 @@ language_backend:
118118
# list of regex patterns which, when matched, mark a memory entry as read‑only.
119119
# Extends the list from the global configuration, merging the two lists.
120120
read_only_memory_patterns: []
121+
122+
# line ending convention to use when writing source files.
123+
# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
124+
# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
125+
line_ending:

0 commit comments

Comments
 (0)