From b33ff5f1fa86a8989ef1be65fd636b0458c0e9d1 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Wed, 26 Nov 2025 19:52:23 +0100 Subject: Chore: Normalisation des fin de ligne (LF) via .gittattributs --- path-mapping.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'path-mapping.json') diff --git a/path-mapping.json b/path-mapping.json index d34b89d..24fe977 100644 --- a/path-mapping.json +++ b/path-mapping.json @@ -1,12 +1,12 @@ -{ - "windows": { - "%APPDATA%\\Cursor\\User\\settings.json": "configs\\windows\\var_APPDATA_Cursor_User_settings.json", - "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc", - "%APPDATA%\\Mozilla\\NativeMessagingHosts\\tridactyl.json": "configs\\windows\\var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json", - "%USERPROFILE%\\.tridactylrc": "configs\\windows\\var_USERPROFILE_.tridactylrc" - }, - "wsl": { - "~/.bashrc": "configs\\wsl\\home_.bashrc", - "~/.screenrc": "configs\\wsl\\home_.screenrc" - } -} +{ + "windows": { + "%APPDATA%\\Cursor\\User\\settings.json": "configs\\windows\\var_APPDATA_Cursor_User_settings.json", + "%USERPROFILE%\\_vimrc": "configs\\windows\\var_USERPROFILE__vimrc", + "%APPDATA%\\Mozilla\\NativeMessagingHosts\\tridactyl.json": "configs\\windows\\var_APPDATA_Mozilla_NativeMessagingHosts_tridactyl.json", + "%USERPROFILE%\\.tridactylrc": "configs\\windows\\var_USERPROFILE_.tridactylrc" + }, + "wsl": { + "~/.bashrc": "configs\\wsl\\home_.bashrc", + "~/.screenrc": "configs\\wsl\\home_.screenrc" + } +} -- cgit v1.2.3