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.
|
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)
|
- [Theory](#theory)
|
||||||
|
|
||||||
- [Algorithms](#algorithms)
|
- [Algorithms](#algorithms)
|
||||||
|
|
||||||
- [Symmetric encryption](#symmetric-encryption)
|
- [Symmetric encryption](#symmetric-encryption)
|
||||||
- [Asymmetric encryption](#asymmetric-encryption)
|
- [Asymmetric encryption](#asymmetric-encryption)
|
||||||
- [Hash functions](#hash-functions)
|
- [Hash functions](#hash-functions)
|
||||||
|
|
||||||
- [Articles](#articles)
|
- [Articles](#articles)
|
||||||
|
|
||||||
- [Books](#books)
|
- [Books](#books)
|
||||||
|
|
||||||
- [Courses](#courses)
|
- [Courses](#courses)
|
||||||
|
|
||||||
- [Tools](#tools)
|
- [Tools](#tools)
|
||||||
|
|
||||||
- [Standalone](#standalone)
|
- [Standalone](#standalone)
|
||||||
|
|
||||||
- [Plugins](#plugins)
|
- [Plugins](#plugins)
|
||||||
|
|
||||||
- [Git](#git)
|
- [Git](#git)
|
||||||
|
|
||||||
- [Frameworks and Libs](#frameworks-and-libs)
|
- [Frameworks and Libs](#frameworks-and-libs)
|
||||||
|
|
||||||
- [C](#c)
|
- [C](#c)
|
||||||
- [C#](#c-sharp)
|
- [C#](#c-sharp)
|
||||||
- [C++](#cpp)
|
- [C++](#cpp)
|
||||||
@ -54,16 +45,14 @@ A curated list of cryptography resources and links.
|
|||||||
- [Swift](#swift)
|
- [Swift](#swift)
|
||||||
|
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
|
|
||||||
- [Web-tools](#web-tools)
|
- [Web-tools](#web-tools)
|
||||||
- [Web-sites](#web-sites)
|
- [Web-sites](#web-sites)
|
||||||
- [Blogs](#blogs)
|
- [Blogs](#blogs)
|
||||||
|
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
- [License](#license)
|
- [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,
|
"maximum-line-length": 350,
|
||||||
"list-item-indent": "space",
|
"list-item-indent": "space",
|
||||||
"no-tabs": null,
|
"no-tabs": null,
|
||||||
|
"list-item-spacing": false,
|
||||||
"external": [
|
"external": [
|
||||||
"remark-lint-alphabetize-lists",
|
"remark-lint-alphabetize-lists",
|
||||||
"remark-lint-ending-period"
|
"remark-lint-ending-period"
|
||||||
|
Loading…
Reference in New Issue
Block a user