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.
<!--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-->
- - -

View File

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