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
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-09-12 04:02:40 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-12 04:02:40 +0400
commit0eb6f899db0ea22ec1cf2fb8dc3d5fc78ea1950d (patch)
treef4dae2aee0efaf386474ba2dcb8328d290ab5da6
parentc570f75cfd9a8c4fb8849e4b1a642594e7db50d9 (diff)
Move phpstorm codestyles one level up
-rw-r--r--misc/phpstorm-codestyles/Piwik_codestyle.xml (renamed from misc/others/phpstorm-codestyles/Piwik_codestyle.xml)0
-rw-r--r--misc/phpstorm-codestyles/README.md (renamed from misc/others/phpstorm-codestyles/README.md)8
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/others/phpstorm-codestyles/Piwik_codestyle.xml b/misc/phpstorm-codestyles/Piwik_codestyle.xml
index 0fd9a921b5..0fd9a921b5 100644
--- a/misc/others/phpstorm-codestyles/Piwik_codestyle.xml
+++ b/misc/phpstorm-codestyles/Piwik_codestyle.xml
diff --git a/misc/others/phpstorm-codestyles/README.md b/misc/phpstorm-codestyles/README.md
index ce4f8e94bb..0dc8868440 100644
--- a/misc/others/phpstorm-codestyles/README.md
+++ b/misc/phpstorm-codestyles/README.md
@@ -5,13 +5,13 @@ Piwik uses PSR coding standard for php source code. We use a slightly customized
Steps:
* Use latest Phpstorm
- * Copy this Piwik_codestyle.xml file in your ~/.WebIde60/config/codestyles/
+ * Copy this Piwik_codestyle.xml file in your `~/.WebIde80/config/codestyles/`
* If you use Windows or Mac see which path to copy at: http://intellij-support.jetbrains.com/entries/23358108
* To automatically link to the file in Piwik:
- `$ ln -s ~/dev/piwik-master/misc/others/phpstorm-codestyles/Piwik_codestyle.xml ~/.WebIde70/config/codestyles/Piwik_codestyle.xml`
+ `$ ln -s ~/dev/piwik-master/misc/phpstorm-codestyles/Piwik_codestyle.xml ~/.WebIde80/config/codestyles/Piwik_codestyle.xml`
- * Restart PhpStorm.
- * Select this coding in Settings>Code style.
+ * Restart PhpStorm
+ * Select this coding in Settings > Code style.
Phpstorm can also be configured to apply the style automatically before commit.