咸鱼

咸鱼是以盐腌渍后,晒干的鱼

0%

IDEA设置

启动默认不打开项目

Appearance & Behavior –System Setting – Reopen last project on startup

terminal

shell path 设置为 git 安装路径的/bin/bash.exe

keymap

eclipse

Appearance & Behavior – path variables

MAVEN_REPOSITORY 设置到其他盘

Font

字体 DejaVu Sans Mono 字号14 段距 1.1

注释不在行首

Code Style - Java:取消勾选 Comment Code

没有显示 Git Local Changes

2020.x新版的IDEA(包括Android Studio)默认Git Gui只显示Log项,而没有显示Local Changes

Settings - Version Control - Commit ,取消勾选 Use non-modal commit interface 选项。

codeStyleConfig.xml

.idea/codeStyles/codeStyleConfig.xml 使用IDEA默认的配置

1
2
3
4
5
<component name="ProjectCodeStyleConfiguration">
<state>
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
</state>
</component>