mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 11:08:18 +00:00
PY-2017.3 <Brad@Libra Create filetypes.xml, laf.xml, editor.xml, debugger.xml
This commit is contained in:
parent
517b18fffe
commit
3ba2fdae54
5
_windows/laf.xml
Normal file
5
_windows/laf.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<application>
|
||||
<component name="LafManager">
|
||||
<laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" />
|
||||
</component>
|
||||
</application>
|
||||
13
debugger.xml
Normal file
13
debugger.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<application>
|
||||
<component name="XDebuggerSettings">
|
||||
<data-views />
|
||||
<general />
|
||||
<debuggers>
|
||||
<debugger id="javascript">
|
||||
<configuration>
|
||||
<custom-object-presentation />
|
||||
</configuration>
|
||||
</debugger>
|
||||
</debuggers>
|
||||
</component>
|
||||
</application>
|
||||
10
editor.xml
Normal file
10
editor.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<application>
|
||||
<component name="DefaultFont">
|
||||
<option name="FONT_SIZE" value="18" />
|
||||
<option name="FONT_SCALE" value="1.5" />
|
||||
</component>
|
||||
<component name="TodoConfiguration">
|
||||
<pattern pattern="\btodo\b.*" />
|
||||
<pattern pattern="\bfixme\b.*" />
|
||||
</component>
|
||||
</application>
|
||||
5
filetypes.xml
Normal file
5
filetypes.xml
Normal file
@ -0,0 +1,5 @@
|
||||
<application>
|
||||
<component name="FileTypeManager" version="17">
|
||||
<ignoreFiles list="*$py.class;*.hprof;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc;" />
|
||||
</component>
|
||||
</application>
|
||||
Loading…
x
Reference in New Issue
Block a user