Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhpStorm automated formatting #11

Merged
merged 5 commits into from
Oct 3, 2016
Merged

PhpStorm automated formatting #11

merged 5 commits into from
Oct 3, 2016

Conversation

SOF3
Copy link
Member

@SOF3 SOF3 commented Oct 3, 2016

And further reviewed by human (@SOF3)

To satisfy needs of automatic formatting, block and item ID constants of the same value are placed together using const A = 1,B = 1; rather than const A = 1; const B = 1;.

Needs second review by another human. (Please use GitHub PR reviews to leave comments)

This is the last in the OCD trilogy.

@SOF3 SOF3 self-assigned this Oct 3, 2016
Copy link
Member

@dktapps dktapps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me. (Finally, consistency!)

@@ -100,7 +100,7 @@ public function nextSignedInt(){
$this->y = $this->z;
$this->z = $this->w;
$this->w = ($this->w ^ (($this->w >> 19) & 0x7fffffff)
^ ($t ^ (($t >> 8) & 0x7fffffff))) & 0xffffffff;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is necessary because tabs may have different size on different editors, and using spaces for inline indentation is more appropriate.

@dktapps
Copy link
Member

dktapps commented Oct 3, 2016

Looks fine to me. Any further changes?

@SOF3 SOF3 merged commit 58ff381 into pmmp:master Oct 3, 2016
@SOF3 SOF3 deleted the fmt branch October 3, 2016 11:05
@dktapps dktapps added the Category: Cosmetic Related to formatting or code style label Oct 18, 2016
@Renual1337 Renual1337 mentioned this pull request May 7, 2017
@AydarTop AydarTop mentioned this pull request Jun 2, 2017
@ghost ghost mentioned this pull request Jun 14, 2017
@ZloyNick ZloyNick mentioned this pull request Jul 14, 2017
@MrHoller MrHoller mentioned this pull request Mar 30, 2021
@ghost ghost mentioned this pull request Apr 8, 2021
@aref0448 aref0448 mentioned this pull request Apr 27, 2021
@PLATONG98 PLATONG98 mentioned this pull request May 4, 2021
@Willtom999 Willtom999 mentioned this pull request Jun 8, 2021
@jaylac2000 jaylac2000 mentioned this pull request Jul 9, 2021
@StefanFox-Dev StefanFox-Dev mentioned this pull request May 26, 2022
@PmmpDevelop PmmpDevelop mentioned this pull request Aug 9, 2022
@BeeAZ-pm-pl BeeAZ-pm-pl mentioned this pull request Aug 29, 2022
@AkuGatau19 AkuGatau19 mentioned this pull request Oct 29, 2022
@dktapps dktapps added Category: Core Related to internal functionality Type: Contribution and removed Category: Cosmetic Related to formatting or code style labels Nov 9, 2022
@dktapps dktapps added Type: Enhancement Contributes features or other improvements to PocketMine-MP and removed Type: Contribution labels Nov 26, 2022
@ahnsunggwan45 ahnsunggwan45 mentioned this pull request May 30, 2023
@ahnsunggwan45 ahnsunggwan45 mentioned this pull request Jun 27, 2023
@gamegam gamegam mentioned this pull request Jul 6, 2023
@GabBiswajit GabBiswajit mentioned this pull request Jul 6, 2023
@TamaoD TamaoD mentioned this pull request Jul 19, 2023
@KohakuChan-Dev KohakuChan-Dev mentioned this pull request Oct 10, 2023
@KohakuChan-Dev KohakuChan-Dev mentioned this pull request Oct 29, 2023
@kaio200816 kaio200816 mentioned this pull request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Core Related to internal functionality Type: Enhancement Contributes features or other improvements to PocketMine-MP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants