Skip to content

Commit 9eb2d4f

Browse files
committed
Bumps node modules
1 parent e81a471 commit 9eb2d4f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.serena/project.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,12 @@ symbol_info_budget:
125125
# Note: the backend is fixed at startup. If a project with a different backend
126126
# is activated post-init, an error will be returned.
127127
language_backend:
128+
129+
# line ending convention to use when writing source files.
130+
# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
131+
# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
132+
line_ending:
133+
134+
# list of regex patterns which, when matched, mark a memory entry as read‑only.
135+
# Extends the list from the global configuration, merging the two lists.
136+
read_only_memory_patterns: []

0 commit comments

Comments
 (0)