-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:CPSSD/feedlark
- Loading branch information
Showing
24 changed files
with
561 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
* text eol=lf | ||
*.png -crlf | ||
/server/assets/** binary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,17 @@ | ||
# Style guide. | ||
This page will hold links to the style guides that the feedlark team will aim to uphold for this project. This is done to improve readability and functionality in our code. | ||
|
||
### Markdown | ||
The following is a link to the Google markdown style guide which we will use for all markdown code in our project. | ||
https://github.com/google/styleguide/blob/gh-pages/docguide/style.md | ||
This page will hold links to the style guides that the feedlark team will aim to | ||
uphold for this project. This is done to improve readability and functionality | ||
in our code. | ||
|
||
### Python Style guide | ||
The following is a link to the Pocoo style guide which we will use for all Python code in our project. | ||
The following is a link to the Pocoo style guide which we will use for all | ||
Python code in our project. | ||
http://www.pocoo.org/internal/styleguide/ | ||
|
||
### Go Style guide | ||
The following is a link to the golang style guide which we will use for all Go code in our project. | ||
The following is a link to the `golang` style guide which we will use for all | ||
Go code in our project. | ||
https://github.com/golang/go/wiki/CodeReviewComments | ||
|
||
### JavaScript Style guide | ||
The following is a link to the airbnb JavaScript style guide which we will use for all JavaScript code in our project | ||
https://github.com/airbnb/javascript/blob/master/README.md | ||
|
||
### Shell Script Style guide | ||
The following is a link to the Google Bash style guide which we will use for all Bash Script code in our project | ||
https://google.github.io/styleguide/shell.xml | ||
|
||
### HTML/CSS Style guide | ||
The following is a link to the Google HTML/CSS style guide which we will use for all HTML/CSS code in our project | ||
https://google.github.io/styleguide/htmlcssguide.xml | ||
All our javascript is run against [jshint](http://jshint.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"esversion": 6 | ||
"node": true, | ||
"esnext": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.