Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed May 31, 2022
1 parent 230e3d4 commit a6b7260
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions codestyles/Septdir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
<option name="VARIABLE_NAMING_STYLE" value="CAMEL_CASE" />
<option name="BLANK_LINES_BEFORE_RETURN_STATEMENT" value="1" />
</PHPCodeStyleSettings>
<XML>
<option name="XML_LEGACY_SETTINGS_IMPORTED" value="true" />
</XML>
<codeStyleSettings language="CSS">
<indentOptions>
<option name="USE_TAB_CHARACTER" value="true" />
Expand Down Expand Up @@ -69,6 +66,11 @@
<option name="USE_TAB_CHARACTER" value="true" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="SCSS">
<indentOptions>
<option name="USE_TAB_CHARACTER" value="true" />
</indentOptions>
</codeStyleSettings>
<codeStyleSettings language="XML">
<indentOptions>
<option name="USE_TAB_CHARACTER" value="true" />
Expand Down
6 changes: 3 additions & 3 deletions colors/Septdir.icls
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<property name="created">2017-07-10T00:51:32</property>
<property name="ide">PhpStorm</property>
<property name="ideVersion">2017.1.4.0.0</property>
<property name="modified">2020-04-15T20:56:06</property>
<property name="modified">2021-06-17T14:44:10</property>
<property name="originalScheme">Darcula copy</property>
</metaInfo>
<option name="LINE_SPACING" value="1.2" />
<option name="EDITOR_FONT_SIZE" value="15" />
<option name="EDITOR_FONT_NAME" value="Source Code Pro" />
<option name="EDITOR_LIGATURES" value="true" />
<option name="CONSOLE_FONT_NAME" value="Monospaced" />
<option name="CONSOLE_FONT_SIZE" value="12" />
<option name="CONSOLE_FONT_NAME" value="Source Code Pro" />
<option name="CONSOLE_LIGATURES" value="true" />
<colors>
<option name="CARET_ROW_COLOR" value="272727" />
<option name="GUTTER_BACKGROUND" value="292929" />
Expand Down
2 changes: 1 addition & 1 deletion project/.phing/ProjectTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected function replaceVersion($version = '', $files = array())
{
$root = $this->root . DIRECTORY_SEPARATOR;
$files = (!empty($files)) ? $files
: $this->getFiles($root, array('.idea/', '.packages/', '.phing/', 'build/', '.gitignore', 'LICENSE', '*.md'));
: $this->getFiles($root, array('.idea/', '.packages/', '.phing/', 'build/node_modules', '.gitignore', 'LICENSE', '*.md'));

if (empty($files)) return false;

Expand Down

0 comments on commit a6b7260

Please sign in to comment.