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

Added more info about indentations, tabs and EditorConfig #5249

Merged
merged 2 commits into from
Jun 5, 2017

Conversation

Phyma
Copy link
Contributor

@Phyma Phyma commented Jun 5, 2017

When merged this pull request will:

  • Update website with more guidelines to make sure people know what to do.
  • Added info about EditorConfig

@@ -264,7 +267,7 @@ class Three {foo = 3;};
Putting the opening brace in its own line wastes a lot of space, and keeping the closing brace on the same level as the keyword makes it easier to recognize what exactly the brace closes.

### 5.2 Indents
Ever new scope should be on a new indent. This will make the code easier to understand and read. Indentations consist of 4 spaces. Tabs are not allowed.
Ever new scope should be on a new indent. This will make the code easier to understand and read. Indentations consist of 4 spaces. Tabs are not allowed. Tabs or spaces are not allowed to trail on a line, last character needs to be non blank.
Copy link
Member

Choose a reason for hiding this comment

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

Every

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ohh didnt even see the misspelling that was already there. Will fix.

@bux bux merged commit 7141bbc into acemod:master Jun 5, 2017
@bux bux added ignore-changelog Release Notes: Excluded kind/documentation labels Jun 5, 2017
@Phyma Phyma deleted the wikiAddins branch June 5, 2017 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants