diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-26 19:52:23 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2025-11-26 19:52:23 +0100 |
| commit | b33ff5f1fa86a8989ef1be65fd636b0458c0e9d1 (patch) | |
| tree | 8fe8eb9e67450e27c62a0903c8175cecf1f7c50a /path-mapping.json | |
| parent | 65c3cd080d112ad92aa6399c8c6c8090ccec90cb (diff) | |
Chore: Normalisation des fin de ligne (LF) via .gittattributsmain
Diffstat (limited to 'path-mapping.json')
| -rw-r--r-- | path-mapping.json | 24 |
1 files changed, 12 insertions, 12 deletions
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" + } +} |
