run pretty - revert crlf to lf

since most modern ides handle lf on windows fine, and the entire project is in lf already, i'll set this back
This commit is contained in:
Volkor
2024-12-04 01:13:12 +11:00
parent 61524e1c44
commit e9fe58f818
4 changed files with 15 additions and 25 deletions

View File

@@ -137,11 +137,11 @@ export const SettingInformation: Partial<Record<keyof AllSettings, Configuration
},
checkConflictOnlyOnOpen: {
name: "Delay conflict resolution of inactive files",
desc: "Should we only check for conflicts when a file is opened?"
desc: "Should we only check for conflicts when a file is opened?",
},
showMergeDialogOnlyOnActive: {
name: "Delay merge conflict prompt for inactive files.",
desc: "Should we prompt you about conflicting files when a file is opened?"
desc: "Should we prompt you about conflicting files when a file is opened?",
},
disableMarkdownAutoMerge: {
name: "Always prompt merge conflicts",