jesseduffield.lazygit/pkg/config
Stefan Haller 8d7bfd131e Move IgnoreWhitespaceInDiffView to user config
When toggling the value in the UI we simply overwrite the value in UserConfig;
this would be bad if there was ever a chance that we want to write the user
config back to disk, but it is very unlikely that we can do that, because
currently we have no way to tell which parts of the config come from the global
config file and which ones come from a repo-local one.
2025-07-09 13:15:03 +02:00
..
app_config.go Move IgnoreWhitespaceInDiffView to user config 2025-07-09 13:15:03 +02:00
app_config_test.go add bold style for border 2025-06-15 16:28:20 +02:00
config_default_platform.go Change OpenCommand to Open and OpenLinkCommand to OpenLink 2023-04-13 13:14:00 +02:00
config_linux.go Fix opening links containing ampersands (&) in WSL 2024-12-04 09:43:30 +01:00
config_windows.go Change OpenCommand to Open and OpenLinkCommand to OpenLink 2023-04-13 13:14:00 +02:00
dummies.go Make fields of AppConfig private 2024-08-18 10:24:52 +02:00
editor_presets.go Fix nvim-remote commands for fish shell 2025-04-27 20:12:11 +02:00
editor_presets_test.go Fix nvim-remote commands for fish shell 2025-04-27 20:12:11 +02:00
keynames.go Validate keybindings 2025-02-21 13:20:53 +01:00
user_config.go Move IgnoreWhitespaceInDiffView to user config 2025-07-09 13:15:03 +02:00
user_config_validation.go Enable intrange linter, and fix warnings 2025-06-30 18:30:11 +02:00
user_config_validation_test.go Combine customCommand's subprocess, stream, and showOutput fields into a single output enum 2025-05-01 15:46:06 +02:00