Skip to content

Commit

Permalink
PC-2018.2.4 <luigi@VAIO Create vcs.xml, code.style.schemes.xml, laf.x…
Browse files Browse the repository at this point in the history
…ml, editor.xml, Default.xml
  • Loading branch information
lfaino committed Nov 2, 2018
1 parent dd4bf9b commit 1c8f9c1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _windows/laf.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<application>
<component name="LafManager">
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" />
</component>
</application>
5 changes: 5 additions & 0 deletions code.style.schemes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<application>
<component name="CodeStyleSchemeSettings">
<option name="CURRENT_SCHEME_NAME" />
</component>
</application>
1 change: 1 addition & 0 deletions codestyles/Default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<code_scheme name="Default" version="173" />
6 changes: 6 additions & 0 deletions editor.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<application>
<component name="TodoConfiguration">
<pattern pattern="\btodo\b.*" />
<pattern pattern="\bfixme\b.*" />
</component>
</application>
12 changes: 12 additions & 0 deletions vcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<application>
<component name="GitRememberedInputs">
<option name="visitedUrls">
<list>
<UrlAndUserName>
<option name="url" value="http://github.com" />
<option name="userName" value="lfaino" />
</UrlAndUserName>
</list>
</option>
</component>
</application>

0 comments on commit 1c8f9c1

Please sign in to comment.