Compare commits
No commits in common. "a9761ce79b77e66242ee2c62c9dd34af0be361d7" and "a48b7e3acf261ffa235b0e78157d4fa1d7db86bc" have entirely different histories.
a9761ce79b
...
a48b7e3acf
@ -1,19 +1,8 @@
|
||||
<code_scheme name="default" version="173">
|
||||
<JSCodeStyleSettings version="0">
|
||||
<option name="FUNCTION_EXPRESSION_BRACE_STYLE" value="2" />
|
||||
</JSCodeStyleSettings>
|
||||
<PHPCodeStyleSettings>
|
||||
<option name="ANONYMOUS_BRACE_STYLE" value="2" />
|
||||
<option name="NAMESPACE_BRACE_STYLE" value="2" />
|
||||
</PHPCodeStyleSettings>
|
||||
<codeStyleSettings language="JavaScript">
|
||||
<option name="BRACE_STYLE" value="2" />
|
||||
<option name="CLASS_BRACE_STYLE" value="2" />
|
||||
<option name="METHOD_BRACE_STYLE" value="2" />
|
||||
<option name="ELSE_ON_NEW_LINE" value="true" />
|
||||
<option name="CATCH_ON_NEW_LINE" value="true" />
|
||||
<option name="FINALLY_ON_NEW_LINE" value="true" />
|
||||
</codeStyleSettings>
|
||||
<codeStyleSettings language="PHP">
|
||||
<option name="BRACE_STYLE" value="2" />
|
||||
<option name="LAMBDA_BRACE_STYLE" value="2" />
|
||||
|
@ -1,8 +0,0 @@
|
||||
<application>
|
||||
<component name="github-copilot">
|
||||
<disabledLanguages>
|
||||
<option value="CSS" />
|
||||
<option value="HTML" />
|
||||
</disabledLanguages>
|
||||
</component>
|
||||
</application>
|
@ -1,8 +1,4 @@
|
||||
<keymap version="1" name="KDE copy" parent="Default for KDE">
|
||||
<action id="CloseContent">
|
||||
<keyboard-shortcut first-keystroke="ctrl w" />
|
||||
<keyboard-shortcut first-keystroke="shift ctrl w" />
|
||||
</action>
|
||||
<action id="MoveTabDown">
|
||||
<keyboard-shortcut first-keystroke="shift alt 2" />
|
||||
</action>
|
||||
@ -13,7 +9,4 @@
|
||||
<keyboard-shortcut first-keystroke="ctrl alt d" />
|
||||
</action>
|
||||
<action id="SelectIn" />
|
||||
<action id="SurroundWith">
|
||||
<keyboard-shortcut first-keystroke="shift ctrl alt s" />
|
||||
</action>
|
||||
</keymap>
|
@ -12,9 +12,4 @@
|
||||
<option name="CSS" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="bgcv" value="background-color: var(--$END$);" description="Background colour from var" toReformat="false" toShortenFQNames="true">
|
||||
<context>
|
||||
<option name="CSS" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
@ -1,12 +0,0 @@
|
||||
<templateSet group="JavaScript">
|
||||
<template name="dqs" value="document.querySelector($END$);" description="Query Selector" toReformat="false" toShortenFQNames="true">
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
<template name="dqsa" value="document.querySelectorAll($END$); " description="Query Selector All" toReformat="false" toShortenFQNames="true">
|
||||
<context>
|
||||
<option name="JAVA_SCRIPT" value="true" />
|
||||
</context>
|
||||
</template>
|
||||
</templateSet>
|
Loading…
Reference in New Issue
Block a user