diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -99,6 +99,14 @@ regenerate-tags-if-not-found = yes # if no identifying files are found, the directory containing the current file is used. root-identifiers = .ted-root, .ted-root.out, Cargo.toml, make.bat, CMakeLists.txt, Makefile, go.mod, .git +# whether or not to save a backup copy of files before +# 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. +# this setting is ignored on non-Windows operating system. +crlf-windows = no + # you can make your own custom background for ted using a shader. # an example is provided here. you will have access to the following variables: # t_pos - screen position of fragment (0,0) to (1,1) |