-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James K. Glasbrenner
committed
Mar 9, 2018
1 parent
b87201f
commit 3e9e88f
Showing
15 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dot-DataGrip2018.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
\.PyCharm2018.1 | ||
\.PyCharm2017.2 | ||
\.CLion2018.1 | ||
\.DataGrip2018.1 | ||
\.WebStorm2018.1 | ||
CLion | ||
DataGrip | ||
PyCharm | ||
WebStorm | ||
JetBrains_common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<code_scheme name="Default" version="173"> | ||
<option name="OTHER_INDENT_OPTIONS"> | ||
<value> | ||
<option name="INDENT_SIZE" value="2" /> | ||
</value> | ||
</option> | ||
<CoffeeScriptCodeStyleSettings> | ||
<option name="SPACE_WITHIN_INDEX_BRACKETS" value="true" /> | ||
<option name="SPACE_WITHIN_RANGE_BRACKETS" value="true" /> | ||
<option name="SPACE_WITHIN_OBJECT_BRACES" value="true" /> | ||
</CoffeeScriptCodeStyleSettings> | ||
<JSCodeStyleSettings> | ||
<option name="REFORMAT_C_STYLE_COMMENTS" value="true" /> | ||
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" /> | ||
<option name="SPACES_WITHIN_IMPORTS" value="true" /> | ||
<option name="INDENT_CHAINED_CALLS" value="false" /> | ||
<option name="SPACES_WITHIN_INTERPOLATION_EXPRESSIONS" value="true" /> | ||
</JSCodeStyleSettings> | ||
<TypeScriptCodeStyleSettings> | ||
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" /> | ||
<option name="SPACES_WITHIN_IMPORTS" value="true" /> | ||
</TypeScriptCodeStyleSettings> | ||
<codeStyleSettings language="CSS"> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="2" /> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="CoffeeScript"> | ||
<option name="SPACE_WITHIN_METHOD_CALL_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_METHOD_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_ARRAY_INITIALIZER_BRACES" value="true" /> | ||
<indentOptions> | ||
<option name="TAB_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="HTML"> | ||
<option name="WRAP_ON_TYPING" value="0" /> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="2" /> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="JSON"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="JavaScript"> | ||
<option name="SPACE_WITHIN_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_METHOD_CALL_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_METHOD_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_IF_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_WHILE_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_FOR_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_CATCH_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_SWITCH_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_BRACKETS" value="true" /> | ||
<option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" /> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="2" /> | ||
<option name="CONTINUATION_INDENT_SIZE" value="2" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="LESS"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="SASS"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="SCSS"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="Stylus"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="Twig"> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="2" /> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="TypeScript"> | ||
<option name="SPACE_WITHIN_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_METHOD_CALL_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_METHOD_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_IF_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_WHILE_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_FOR_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_CATCH_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_SWITCH_PARENTHESES" value="true" /> | ||
<option name="SPACE_WITHIN_BRACKETS" value="true" /> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="2" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="XML"> | ||
<indentOptions> | ||
<option name="INDENT_SIZE" value="2" /> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
</codeStyleSettings> | ||
</code_scheme> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/colors/Solarized Dark (Darcula).icls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/colors/Solarized Dark.icls |
1 change: 1 addition & 0 deletions
1
jetbrains/DataGrip/config/colors/Solarized Light (Darcula).icls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/colors/Solarized Light (Darcula).icls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/colors/Solarized Light.icls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/colors/Zenburn.icls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<application> | ||
<component name="CodeStyleSettingsManager"> | ||
<option name="PER_PROJECT_SETTINGS"> | ||
<value version="173" /> | ||
</option> | ||
<option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<application> | ||
<component name="EditorColorsManagerImpl"> | ||
<global_color_scheme name="Zenburn" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/options/editor.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/options/git.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../JetBrains_common/config/options/github_settings.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<application> | ||
<component name="GeneralSettings"> | ||
<option name="confirmExit" value="false" /> | ||
<option name="showTipsOnStartup" value="false" /> | ||
</component> | ||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DataGrip |