Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
fd17c91b
Unverified
Commit
fd17c91b
authored
Sep 23, 2018
by
Gennadiy Civil
Committed by
GitHub
Sep 23, 2018
Browse files
Merge branch 'master' into master
parents
81c0b876
c7a429a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
.clang-format
.clang-format
+4
-0
CONTRIBUTING.md
CONTRIBUTING.md
+2
-1
README.md
README.md
+1
-1
No files found.
.clang-format
0 → 100644
View file @
fd17c91b
# Run manually to reformat a file:
# clang-format -i --style=file <file>
Language: Cpp
BasedOnStyle: Google
CONTRIBUTING.md
View file @
fd17c91b
...
@@ -78,7 +78,8 @@ itself is a valuable contribution.
...
@@ -78,7 +78,8 @@ itself is a valuable contribution.
To keep the source consistent, readable, diffable and easy to merge,
To keep the source consistent, readable, diffable and easy to merge,
we use a fairly rigid coding style, as defined by the
[
google-styleguide
](
https://github.com/google/styleguide
)
project. All patches will be expected
we use a fairly rigid coding style, as defined by the
[
google-styleguide
](
https://github.com/google/styleguide
)
project. All patches will be expected
to conform to the style outlined
[
here
](
https://google.github.io/styleguide/cppguide.html
)
.
to conform to the style outlined
[
here
](
https://google.github.io/styleguide/cppguide.html
)
.
Use
[
.clang-format
](
https://github.com/google/googletest/blob/master/.clang-format
)
to check your formatting
## Requirements for Contributors ###
## Requirements for Contributors ###
...
...
README.md
View file @
fd17c91b
...
@@ -107,7 +107,7 @@ package (as described below):
...
@@ -107,7 +107,7 @@ package (as described below):
*
GNU-compatible Make or gmake
*
GNU-compatible Make or gmake
*
POSIX-standard shell
*
POSIX-standard shell
*
POSIX(-2) Regular Expressions (regex.h)
*
POSIX(-2) Regular Expressions (regex.h)
*
A C++
98
-standard-compliant compiler
*
A C++
11
-standard-compliant compiler
### Windows Requirements ###
### Windows Requirements ###
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment