mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 00:56:16 +02:00
Add .gitattributes, new useful links
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
# STANDARD TO MSYSGIT
|
||||||
|
*.DOC DIFF=ASTEXTPLAIN
|
||||||
|
*.DOCX DIFF=ASTEXTPLAIN
|
||||||
|
*.XLS binary
|
||||||
|
*.XLS binary
|
||||||
|
*.XLSX binary
|
||||||
|
*.PPT binary
|
||||||
|
*.PPTX binary
|
||||||
|
*.DOT DIFF=ASTEXTPLAIN
|
||||||
|
*.PDF DIFF=ASTEXTPLAIN
|
||||||
|
*.RTF DIFF=ASTEXTPLAIN
|
||||||
|
|
||||||
|
*.JPG BINARY
|
||||||
|
*.PNG BINARY
|
||||||
|
*.GIF BINARY
|
||||||
|
*.ICO BINARY
|
||||||
|
*.BMP BINARY
|
||||||
|
*.MDF BINARY
|
||||||
|
*.LDF BINARY
|
||||||
|
*.MAFF BINARY
|
||||||
|
|
||||||
|
# EOL = lf
|
||||||
|
*.HTM eol=lf merge=union
|
||||||
|
*.HTML eol=lf merge=union
|
||||||
|
*.MD eol=lf merge=union
|
||||||
@@ -7,6 +7,8 @@
|
|||||||
- [SQL Server Name Convention and T-SQL Programming Style](SQL%20Server%20Name%20Convention%20and%20T-SQL%20Programming%20Style.md)
|
- [SQL Server Name Convention and T-SQL Programming Style](SQL%20Server%20Name%20Convention%20and%20T-SQL%20Programming%20Style.md)
|
||||||
|
|
||||||
## Useful links for name conventions
|
## Useful links for name conventions
|
||||||
|
- [PEP 8 — the Style Guide for Python Code](https://pep8.org/)
|
||||||
|
- [PHP Standards Recommendations](https://www.php-fig.org/psr/)
|
||||||
- [NET Naming Guidelines][1]
|
- [NET Naming Guidelines][1]
|
||||||
- [Framework Design Guidelines][2]
|
- [Framework Design Guidelines][2]
|
||||||
- [Google style guides for open source projects](https://github.com/google/styleguide)
|
- [Google style guides for open source projects](https://github.com/google/styleguide)
|
||||||
@@ -27,6 +29,8 @@
|
|||||||
- [MSDN Approved Verbs for Windows PowerShellCommands][6]
|
- [MSDN Approved Verbs for Windows PowerShellCommands][6]
|
||||||
- [The PowerShell Best Practices and Style Guide](https://github.com/PoshCode/PowerShellPracticeAndStyle)
|
- [The PowerShell Best Practices and Style Guide](https://github.com/PoshCode/PowerShellPracticeAndStyle)
|
||||||
- [PostgreSQL naming conventions](https://stackoverflow.com/q/2878248/2298061)
|
- [PostgreSQL naming conventions](https://stackoverflow.com/q/2878248/2298061)
|
||||||
|
- [Lint commit messages](https://github.com/conventional-changelog/commitlint)
|
||||||
|
- [Comprehensive language-agnostic guidelines on naming variables](https://github.com/kettanaito/naming-cheatsheet)
|
||||||
|
|
||||||
## Relation Database Documentation
|
## Relation Database Documentation
|
||||||
- [SQL Server Documentation][7]
|
- [SQL Server Documentation][7]
|
||||||
@@ -39,6 +43,7 @@
|
|||||||
- C# Language ([C# Programming Guide])
|
- C# Language ([C# Programming Guide])
|
||||||
- JavaScript
|
- JavaScript
|
||||||
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
|
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
|
||||||
|
- [Перевод «JavaScript Style Guide» от Airbnb](https://github.com/leonidlebedev/javascript-airbnb)
|
||||||
- [Standard ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm)
|
- [Standard ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm)
|
||||||
- [Microsoft TypeScript Coding guidelines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines)
|
- [Microsoft TypeScript Coding guidelines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines)
|
||||||
- [Mozilla Javascript Manual](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
|
- [Mozilla Javascript Manual](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
|
||||||
|
|||||||
Reference in New Issue
Block a user