mirror of
https://github.com/sobolevn/awesome-cryptography.git
synced 2024-10-01 11:49:56 -04:00
Removed spacing in lists
This commit is contained in:
parent
3979494d40
commit
40a821d22e
15
README.md
15
README.md
@ -4,32 +4,23 @@
|
||||
|
||||
A curated list of cryptography resources and links.
|
||||
|
||||
<!--lint disable alphabetize-lists ending-period-->
|
||||
<!--lint disable no-missing-blank-lines alphabetize-lists ending-period-->
|
||||
|
||||
- [Theory](#theory)
|
||||
|
||||
- [Algorithms](#algorithms)
|
||||
|
||||
- [Symmetric encryption](#symmetric-encryption)
|
||||
- [Asymmetric encryption](#asymmetric-encryption)
|
||||
- [Hash functions](#hash-functions)
|
||||
|
||||
- [Articles](#articles)
|
||||
|
||||
- [Books](#books)
|
||||
|
||||
- [Courses](#courses)
|
||||
|
||||
- [Tools](#tools)
|
||||
|
||||
- [Standalone](#standalone)
|
||||
|
||||
- [Plugins](#plugins)
|
||||
|
||||
- [Git](#git)
|
||||
|
||||
- [Frameworks and Libs](#frameworks-and-libs)
|
||||
|
||||
- [C](#c)
|
||||
- [C#](#c-sharp)
|
||||
- [C++](#cpp)
|
||||
@ -54,16 +45,14 @@ A curated list of cryptography resources and links.
|
||||
- [Swift](#swift)
|
||||
|
||||
- [Resources](#resources)
|
||||
|
||||
- [Web-tools](#web-tools)
|
||||
- [Web-sites](#web-sites)
|
||||
- [Blogs](#blogs)
|
||||
|
||||
- [Contributing](#contributing)
|
||||
|
||||
- [License](#license)
|
||||
|
||||
<!--lint enable alphabetize-lists ending-period-->
|
||||
<!--lint enable no-missing-blank-lines alphabetize-lists ending-period-->
|
||||
|
||||
- - -
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
"maximum-line-length": 350,
|
||||
"list-item-indent": "space",
|
||||
"no-tabs": null,
|
||||
"list-item-spacing": false,
|
||||
"external": [
|
||||
"remark-lint-alphabetize-lists",
|
||||
"remark-lint-ending-period"
|
||||
|
Loading…
Reference in New Issue
Block a user