Removed spacing in lists

pull/4/head
sobolevn 2016-06-04 00:08:40 +03:00
parent 3979494d40
commit 40a821d22e
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E
2 changed files with 3 additions and 13 deletions

View File

@ -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-->
- - - - - -

View File

@ -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"