PLT-2619/PLT-2661 Removed line numbers from markdown code blocks (#2795)

* Changed .editorconfig to indent CSS files using spaces

* Removed line numbers from markdown code blocks and made them wrap when no language is specified
Этот коммит содержится в:
Harrison Healey
2016-04-25 11:25:16 -04:00
коммит произвёл Corey Hulen
родитель 3f93aafbc6
Коммит bfc6e4e6b6
3 изменённых файлов: 52 добавлений и 38 удалений

Просмотреть файл

@@ -7,7 +7,7 @@ end_of_line = lf
insert_final_newline = false
charset = utf-8
[*.{go,scss}]
[*.go]
indent_style = tab
[*.{js,jsx,json,html}]
@@ -25,3 +25,7 @@ indent_size = 2
[Makefile]
indent_style = tab
[*.scss]
indent_style = space
indent_size = 4