Skip to content

Commit

Permalink
PS-2018.2.4 <shengyou@Kaith.local Create baseRefactoring.xml, compose…
Browse files Browse the repository at this point in the history
…rJson.xml, project.default.xml, git.xml, other.xml, postfixTemplates.xml, Laravel.xml, Default.xml, ignore.xml, laf.xml, filetypes.xml, php.xml, colors.scheme.xml, databaseDrivers.xml, editor.xml, debugger.xml
  • Loading branch information
shengyou committed Nov 1, 2018
1 parent 0708752 commit 04e80a0
Show file tree
Hide file tree
Showing 16 changed files with 263 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _mac/git.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<application>
<component name="Git.Application.Settings">
<option name="SSH_EXECUTABLE" value="IDEA_SSH" />
</component>
</application>
5 changes: 5 additions & 0 deletions _mac/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.darcula.DarculaLaf" />
</component>
</application>
7 changes: 7 additions & 0 deletions baseRefactoring.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<application>
<component name="BaseRefactoringSettings">
<option name="SAFE_DELETE_WHEN_DELETE" value="false" />
<option name="RENAME_SEARCH_IN_COMMENTS_FOR_FILE" value="false" />
<option name="RENAME_SEARCH_FOR_REFERENCES_FOR_FILE" value="false" />
</component>
</application>
23 changes: 23 additions & 0 deletions codestyles/Default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<code_scheme name="Default" version="173">
<PHPCodeStyleSettings>
<option name="LOWER_CASE_BOOLEAN_CONST" value="true" />
<option name="LOWER_CASE_NULL_CONST" value="true" />
<option name="ELSE_IF_STYLE" value="COMBINE" />
<option name="KEEP_RPAREN_AND_LBRACE_ON_ONE_LINE" value="true" />
</PHPCodeStyleSettings>
<codeStyleSettings language="PHP">
<option name="BLANK_LINES_AFTER_PACKAGE" value="1" />
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
<option name="CALL_PARAMETERS_WRAP" value="1" />
<option name="METHOD_PARAMETERS_WRAP" value="5" />
<option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
<option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
<option name="ARRAY_INITIALIZER_WRAP" value="5" />
<option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true" />
<option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true" />
<option name="IF_BRACE_FORCE" value="3" />
<option name="DOWHILE_BRACE_FORCE" value="3" />
<option name="WHILE_BRACE_FORCE" value="3" />
<option name="FOR_BRACE_FORCE" value="3" />
</codeStyleSettings>
</code_scheme>
5 changes: 5 additions & 0 deletions colors.scheme.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<application>
<component name="EditorColorsManagerImpl">
<global_color_scheme name="_@user_Monokai" />
</component>
</application>
6 changes: 6 additions & 0 deletions composerJson.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<application>
<component name="ComposerJsonPluginAppSettings">
<charityNotificationShown>false</charityNotificationShown>
<charitySummaryNotificationShown>false</charitySummaryNotificationShown>
</component>
</application>
88 changes: 88 additions & 0 deletions databaseDrivers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<application>
<component name="LocalDatabaseDriverManager" version="163">
<driver id="db2">
<artifact name="DB2" use="true" />
<option name="auto-sync" value="false" />
</driver>
<driver id="db2.jtopen">
<artifact name="JTOpen (DB2 iSeries)" use="true" />
<option name="auto-sync" value="false" />
</driver>
<driver id="derby.remote">
<artifact name="Apache Derby" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="derby.embedded">
<artifact name="Apache Derby" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="azure.ms">
<artifact name="SQL Server" use="true" />
<option name="auto-sync" value="true" />
<option name="send-app-info" value="false" />
</driver>
<driver id="sqlserver.ms">
<artifact name="SQL Server" use="true" />
<option name="auto-sync" value="true" />
<option name="send-app-info" value="false" />
</driver>
<driver id="sqlserver.jtds">
<artifact name="jTDS (SQL Server and Sybase)" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="sybase.jtds">
<artifact name="jTDS (SQL Server and Sybase)" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="sybase.ase">
<option name="auto-sync" value="true" />
</driver>
<driver id="mysql">
<artifact name="MySQL Connector/J" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="mariadb">
<artifact name="MariaDB Connector J" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="oracle">
<artifact name="Oracle" use="true" />
<option name="auto-sync" value="true" />
<option name="auto-commit" value="false" />
</driver>
<driver id="postgresql">
<artifact name="PostgreSQL" use="true" />
<option name="auto-sync" value="true" />
<option name="schema-control" value="MANUAL" />
</driver>
<driver id="redshift">
<artifact name="Redshift" use="true" />
<option name="auto-sync" value="true" />
<option name="schema-control" value="MANUAL" />
</driver>
<driver id="hsqldb.remote">
<artifact name="HSQLDB" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="hsqldb.local">
<artifact name="HSQLDB" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="h2.unified">
<artifact name="H2" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="sqlite.xerial">
<artifact name="Xerial SQLiteJDBC" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="exasol">
<artifact name="Exasol" use="true" />
<option name="auto-sync" value="true" />
</driver>
<driver id="clickhouse">
<artifact name="ClickHouse" use="true" />
<option name="auto-sync" value="true" />
</driver>
</component>
</application>
13 changes: 13 additions & 0 deletions debugger.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<application>
<component name="XDebuggerSettings">
<data-views />
<general />
<debuggers>
<debugger id="javascript">
<configuration>
<custom-object-presentation />
</configuration>
</debugger>
</debuggers>
</component>
</application>
7 changes: 7 additions & 0 deletions editor.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<application>
<component name="DefaultFont">
<option name="FONT_SIZE" value="16" />
<option name="FONT_FAMILY" value="Fira Code" />
<option name="USE_LIGATURES" value="true" />
</component>
</application>
7 changes: 7 additions & 0 deletions filetypes.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<application>
<component name="FileTypeManager" version="17">
<extensionMap>
<mapping pattern=".gitignore_global" type="Git file" />
</extensionMap>
</component>
</application>
41 changes: 41 additions & 0 deletions ignore.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<application>
<component name="IgnoreSettings" missingGitignore="true" ignoredFileStatus="true" outerIgnoreRules="true" outerIgnoreWrapperHeight="100" version="3.0.0.182" starredTemplates="" unignoreActions="true" hideIgnoredFiles="false" informTrackedIgnored="true" notifyIgnoredEditing="true">
<languages>
<language id="Bazaar" NEW_FILE="true" ENABLE="true" />
<language id="CloudFoundry" NEW_FILE="true" ENABLE="false" />
<language id="Chef" NEW_FILE="true" ENABLE="false" />
<language id="Cvs" NEW_FILE="true" ENABLE="true" />
<language id="Darcs" NEW_FILE="true" ENABLE="true" />
<language id="Docker" NEW_FILE="true" ENABLE="false" />
<language id="ElasticBeanstalk" NEW_FILE="true" ENABLE="false" />
<language id="ESLint" NEW_FILE="true" ENABLE="false" />
<language id="Floobits" NEW_FILE="true" ENABLE="false" />
<language id="Fossil" NEW_FILE="true" ENABLE="true" />
<language id="Git" NEW_FILE="true" ENABLE="true" />
<language id="Git exclude" NEW_FILE="true" ENABLE="true" />
<language id="Kubernetes Helm" NEW_FILE="true" ENABLE="false" />
<language id="Jetpack" NEW_FILE="true" ENABLE="false" />
<language id="JSHint" NEW_FILE="true" ENABLE="false" />
<language id="Mercurial" NEW_FILE="true" ENABLE="true" />
<language id="Monotone" NEW_FILE="true" ENABLE="true" />
<language id="Nodemon" NEW_FILE="true" ENABLE="false" />
<language id="Npm" NEW_FILE="true" ENABLE="false" />
<language id="Perforce" NEW_FILE="true" ENABLE="true" />
<language id="Prettier" NEW_FILE="true" ENABLE="false" />
<language id="StyleLint" NEW_FILE="true" ENABLE="false" />
<language id="Stylint" NEW_FILE="true" ENABLE="false" />
<language id="Swagger Codegen" NEW_FILE="true" ENABLE="false" />
<language id="Team Foundation" NEW_FILE="true" ENABLE="true" />
<language id="Up" NEW_FILE="true" ENABLE="false" />
</languages>
<userTemplates>
<template name="Example user template">### Example user template

# IntelliJ project files
.idea
*.iml
out
gen</template>
</userTemplates>
</component>
</application>
9 changes: 9 additions & 0 deletions other.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<application>
<component name="NodeJsLocalInterpreters">
<local-interpreter path="/usr/local/bin/node" />
<local-interpreter path="/usr/local/Cellar/node/10.12.0/bin/node" />
</component>
<component name="PhpRefactoringSettings">
<option name="RENAME_CLASS_IN_FILE" value="false" />
</component>
</application>
8 changes: 8 additions & 0 deletions php.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<application>
<component name="MessDetector">
<phpmd_settings_migrated />
</component>
<component name="PhpCodeSniffer">
<phpcs_settings_migrated />
</component>
</application>
8 changes: 8 additions & 0 deletions postfixTemplates.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<application>
<component name="PostfixTemplates">
<template id="dd@userDefined" key=".dd" provider="builtin.php" topmost="false">
<conditions />
<template name="fakeKey" value="dd($EXPR$);" toReformat="true" toShortenFQNames="true" />
</template>
</component>
</application>
22 changes: 22 additions & 0 deletions project.default.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<application>
<component name="ProjectManager">
<defaultProject>
<component name="ComposerJsonPluginSettings">
<unboundedVersionInspectionSettings>
<excludedPackages />
</unboundedVersionInspectionSettings>
<customRepositories />
<composerUpdateOptions />
</component>
<component name="InspectionProjectProfileManager">
<option name="PROJECT_PROFILE" />
<version value="1.0" />
</component>
<component name="PropertiesComponent">
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
<property name="settings.editor.selected.configurable" value="ics" />
</component>
</defaultProject>
</component>
</application>
9 changes: 9 additions & 0 deletions templates/Laravel.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<templateSet group="Laravel">
<template name="rtg" value="Route::get('$URI', '$RESOURCE$Controller@$METHOD$')$END$;" description="Route::get statement" toReformat="true" toShortenFQNames="true">
<variable name="RESOURCE" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="METHOD" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="PHP Statement" value="true" />
</context>
</template>
</templateSet>

0 comments on commit 04e80a0

Please sign in to comment.