Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-06 00:37:28 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-06 00:37:28 +0300
commite0fbf5f9d09c3d33c812e83adfb331ded3732636 (patch)
tree585e35d2595d070276ea0c06538a594e7bf8ca67 /misc
parentb8f07213450f570174becd807a6932ac69050fe4 (diff)
Set indent size 4 for less: it is now consistent with CSS style and with the content of the current less files
Diffstat (limited to 'misc')
-rw-r--r--misc/phpstorm-codestyles/Piwik_codestyle.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/phpstorm-codestyles/Piwik_codestyle.xml b/misc/phpstorm-codestyles/Piwik_codestyle.xml
index e04c442b53..e863de94cd 100644
--- a/misc/phpstorm-codestyles/Piwik_codestyle.xml
+++ b/misc/phpstorm-codestyles/Piwik_codestyle.xml
@@ -14,6 +14,11 @@
<option name="KEEP_SIMPLE_BLOCKS_IN_ONE_LINE" value="true" />
<option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" />
</codeStyleSettings>
+ <codeStyleSettings language="LESS">
+ <indentOptions>
+ <option name="INDENT_SIZE" value="4" />
+ </indentOptions>
+ </codeStyleSettings>
<codeStyleSettings language="PHP">
<option name="BLANK_LINES_AFTER_PACKAGE" value="1" />
<option name="ALIGN_MULTILINE_ARRAY_INITIALIZER_EXPRESSION" value="true" />