https://github.com/t99/jetbrains-settings
My personal settings, templates, etc for Jetbrains IDEs.
https://github.com/t99/jetbrains-settings
config dotfiles idea jetbrains settings
Last synced: about 2 months ago
JSON representation
My personal settings, templates, etc for Jetbrains IDEs.
- Host: GitHub
- URL: https://github.com/t99/jetbrains-settings
- Owner: T99
- Created: 2021-10-29T17:45:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T15:55:11.000Z (over 4 years ago)
- Last Synced: 2025-03-02T21:34:20.934Z (over 1 year ago)
- Topics: config, dotfiles, idea, jetbrains, settings
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Jetbrains Settings
My personal settings, templates, etc for Jetbrains IDEs.
I cannot, for the life of me, get Jetbrain's built-in settings export->import system to work between systems, IDEs, or even version-to-version. So instead, I'm just manually gathering and updating my import settings here.
# One-off Settings
Only settings that differ from the default configuration have been included.
## Theme (`Appearance & Behavior/Appearance/Theme`)
Darcula
## Fold Code by Default (`Editor/General/Code Folding/Fold by default`)
- [x] File header
- [x] Imports
- [x] Method bodies
## Use Preview Tabs (`Editor/General/Editor Tabs/Opening Policy`)
- [x] Enable preview tab
## Editor Font (`Editor/Font`)
**Font** Fira Code
**Size** 12
**Line height** 1.0
**Enable ligatures** Yes
_Under 'Typography Settings':_
**Main weight** Retina
**Bold weight** Bold
**Fallback font** JetBrains Mono
## File and Code Templates
See the `/file-templates/` directory for more information.
## Live Templates
See the `/live-templates/` directory for more information.