Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
0a86ee86
Commit
0a86ee86
authored
Oct 17, 2017
by
jueminyang
Committed by
GitHub
Oct 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #31 from efcs/add-clang-format
Add Google-style .clang-format file.
parents
6de53819
894a869e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
.clang-format
+4
-0
CONTRIBUTING.md
+2
-1
No files found.
.clang-format
0 → 100644
View file @
0a86ee86
---
Language: Cpp
BasedOnStyle: Google
...
CONTRIBUTING.md
View file @
0a86ee86
...
@@ -47,7 +47,8 @@ will be expected to conform to the style outlined
...
@@ -47,7 +47,8 @@ will be expected to conform to the style outlined
made and
**why**
it was made. Link to a GitHub issue if it exists.
made and
**why**
it was made. Link to a GitHub issue if it exists.
*
Don't fix code style and formatting unless you are already changing that
*
Don't fix code style and formatting unless you are already changing that
line to address an issue. PRs with irrelevant changes won't be merged. If
line to address an issue. Formatting of modified lines may be done using
`git clang-format`
. PRs with irrelevant changes won't be merged. If
you do want to fix formatting or style, do that in a separate PR.
you do want to fix formatting or style, do that in a separate PR.
*
Unless your PR is trivial, you should expect there will be reviewer comments
*
Unless your PR is trivial, you should expect there will be reviewer comments
...
...
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