Compare commits

...

2 Commits

2 changed files with 28 additions and 3 deletions

View File

@ -1,16 +1,36 @@
<application>
<component name="TextDiffSettings">
<component name="DiffSettings">
<option name="PLACES_MAP">
<entry key="Merge">
<entry key="ChangesView">
<PlaceSettings>
<option name="IGNORE_POLICY" value="IGNORE_WHITESPACES" />
<option name="DIFF_TOOLS_ORDER">
<list>
<option value="com.intellij.diff.tools.simple.SimpleDiffTool" />
<option value="com.intellij.diff.tools.fragmented.UnifiedDiffTool" />
<option value="com.intellij.openapi.vcs.changes.patch.tool.ApplyPatchDiffTool" />
<option value="com.intellij.openapi.vcs.changes.patch.tool.PatchDiffTool" />
<option value="com.intellij.database.model.diff.SchemaDiffTool" />
<option value="com.intellij.database.diff.TableDiffTool" />
<option value="com.intellij.diff.tools.binary.BinaryDiffTool" />
<option value="com.intellij.diff.tools.dir.DirDiffTool" />
</list>
</option>
</PlaceSettings>
</entry>
</option>
</component>
<component name="TextDiffSettings">
<option name="PLACES_MAP">
<entry key="ChangesView">
<PlaceSettings>
<option name="EXPAND_BY_DEFAULT" value="false" />
</PlaceSettings>
</entry>
<entry key="Merge">
<PlaceSettings>
<option name="IGNORE_POLICY" value="IGNORE_WHITESPACES" />
</PlaceSettings>
</entry>
</option>
</component>
</application>

View File

@ -20,4 +20,9 @@
<option name="ELIXIR_CODE" value="true" />
</context>
</template>
<template name="handlep" value="def handle_params(params, _url, socket) do&#10; socket =&#10; assign(&#10; socket,&#10; $END$&#10; )&#10;&#10; {:noreply, socket}&#10;end&#10;" description="def handle_params(params, _url, socket) do" toReformat="false" toShortenFQNames="true">
<context>
<option name="ELIXIR_CODE" value="true" />
</context>
</template>
</templateSet>