Add JetBrains config
This commit is contained in:
parent
8080edb62c
commit
3f710a9606
9 changed files with 35 additions and 1 deletions
1
misc/JetBrains-ACP/.gitignore
vendored
Normal file
1
misc/JetBrains-ACP/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
JetBrains-ACP.zip
|
7
misc/JetBrains-ACP/Create-JetBrainsConfig.ps1
Normal file
7
misc/JetBrains-ACP/Create-JetBrainsConfig.ps1
Normal file
|
@ -0,0 +1,7 @@
|
|||
$Files = @(
|
||||
"IntelliJ IDEA Global Settings"
|
||||
"installed.txt"
|
||||
"codestyles"
|
||||
"options"
|
||||
)
|
||||
Compress-Archive -DestinationPath JetBrains-ACP.zip -Path $Files
|
0
misc/JetBrains-ACP/IntelliJ IDEA Global Settings
Normal file
0
misc/JetBrains-ACP/IntelliJ IDEA Global Settings
Normal file
|
@ -1,4 +1,4 @@
|
|||
<code_scheme name="Rider ACP" version="173">
|
||||
<code_scheme name="ACP" version="173">
|
||||
<codeStyleSettings language="PowerShell">
|
||||
<option name="RIGHT_MARGIN" value="-1" />
|
||||
<option name="BRACE_STYLE" value="1" />
|
1
misc/JetBrains-ACP/installed.txt
Normal file
1
misc/JetBrains-ACP/installed.txt
Normal file
|
@ -0,0 +1 @@
|
|||
com.intellij.plugin.adernov.powershell
|
5
misc/JetBrains-ACP/options/code.style.schemes.xml
Normal file
5
misc/JetBrains-ACP/options/code.style.schemes.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="CodeStyleSchemeSettings">
|
||||
<option name="CURRENT_SCHEME_NAME" value="ACP" />
|
||||
</component>
|
||||
</application>
|
8
misc/JetBrains-ACP/options/editor-font.xml
Normal file
8
misc/JetBrains-ACP/options/editor-font.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<application>
|
||||
<component name="DefaultFont">
|
||||
<option name="VERSION" value="1" />
|
||||
<option name="FONT_FAMILY" value="Noto Sans Mono" />
|
||||
<option name="LINE_SPACING" value="1.0" />
|
||||
<option name="USE_LIGATURES" value="true" />
|
||||
</component>
|
||||
</application>
|
5
misc/JetBrains-ACP/options/ide.general.xml
Normal file
5
misc/JetBrains-ACP/options/ide.general.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<application>
|
||||
<component name="GeneralSettings">
|
||||
<option name="reopenLastProject" value="false" />
|
||||
</component>
|
||||
</application>
|
7
misc/JetBrains-ACP/options/ui.lnf.xml
Normal file
7
misc/JetBrains-ACP/options/ui.lnf.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<application>
|
||||
<component name="UISettings">
|
||||
<option name="OPEN_IN_PREVIEW_TAB_IF_POSSIBLE" value="true" />
|
||||
<option name="SEPARATE_MAIN_MENU" value="true" />
|
||||
<option name="UI_DENSITY" value="COMPACT" />
|
||||
</component>
|
||||
</application>
|
Loading…
Reference in a new issue