From 94c2b5a926cd7273272fb9fe268dd61c50426c59 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 19 Oct 2023 11:14:39 -0400 Subject: local .ted.cfg --- ted.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ted.cfg') diff --git a/ted.cfg b/ted.cfg index 9d3b864..702284b 100644 --- a/ted.cfg +++ b/ted.cfg @@ -109,7 +109,7 @@ framerate-cap = 60 # if set to 0, tag generation/regeneration will do nothing tags-max-depth = 2 # regenerate tags if an identifier is not found (with Ctrl+click)? -regenerate-tags-if-not-found = yes +regenerate-tags-if-not-found = no # this variable determines how ted finds the "root directory" of a project for # running build commands and because LSP servers need to know # FOR EXAMPLE: If you have the file /a/b/c/d.txt open, @@ -125,7 +125,7 @@ root-identifiers = .ted-root, .ted-root.out, Cargo.toml, make.bat, CMakeLists.tx # writing to the file (prevents loss of data if power goes out mid-write or something). # the backups are deleted immediately after writing. save-backup = yes -# whether to default to \r\n line endings. +# whether to save files with \r\n line endings. crlf = no # same as crlf setting, but ignored on non-Windows operating system. crlf-windows = no -- cgit v1.2.3