We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da18258 commit a09535cCopy full SHA for a09535c
1 file changed
.serena/project.yml
@@ -118,3 +118,8 @@ language_backend:
118
# list of regex patterns which, when matched, mark a memory entry as read‑only.
119
# Extends the list from the global configuration, merging the two lists.
120
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