Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit codestyle to the project and reformat all code#76

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
pesse merged 2 commits intodevelopfromsave-codestyle
Mar 4, 2019

Conversation

Pazus
Copy link
Member

@PazusPazus commentedFeb 22, 2019
edited
Loading

Commited codestyle settings:
all default to IDEA except thatif,for,while,do force braces for multiline bodies. Meaning you can write either

if (true) bar();

or

if (true) {  bar();}

Forcing braces for multiline if/for/etc makes code less error prune. If not forcing one day someone will for sure add second statement and forget to add braces. The code will break and tests may miss it.

All changes in the PR are result of automating IDEA formatting without any handmade changes

added dictionaries to VCS
@pessepesse merged commitc4539ea intodevelopMar 4, 2019
@PazusPazus deleted the save-codestyle branchMarch 8, 2019 08:21
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@pessepessepesse approved these changes

@viniciusamviniciusamAwaiting requested review from viniciusam

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Pazus@pesse

[8]ページ先頭

©2009-2025 Movatter.jp