diff options
author | Alen <alen@dotfiles.xyz> | 2025-01-19 04:18:27 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2025-01-19 04:18:27 +0400 |
commit | 5e3d632fc2d274481c9968a3b1f057697619d4bc (patch) | |
tree | ed619c18e4f1b2f3353224b565128ad355cffc2d /dot_fleet/settings.json | |
parent | d2900c98983f1413a75ad62a1350d4e4531cded3 (diff) |
Add Jetbrains Fleet barebones config file
Diffstat (limited to 'dot_fleet/settings.json')
-rw-r--r-- | dot_fleet/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_fleet/settings.json b/dot_fleet/settings.json new file mode 100644 index 0000000..121ef34 --- /dev/null +++ b/dot_fleet/settings.json @@ -0,0 +1,4 @@ +{ + "git.push.confirm": false, + "zoomLevel": 1.0 +} |