* Update .editorconfig

* Remove webapp-specific entries from .editorconfig
Этот коммит содержится в:
Harrison Healey
2019-04-04 09:49:07 -04:00
коммит произвёл GitHub
родитель 0edad1c3fa
Коммит 24c8fdb1fa

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

@@ -6,6 +6,7 @@ root = true
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true
[*.go] [*.go]
indent_style = tab indent_style = tab
@@ -14,18 +15,13 @@ indent_style = tab
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[webapp/package.json]
indent_size = 2
[i18n/**.json] [i18n/**.json]
indent_size = 2 indent_size = 2
[webapp/i18n/**.json] [Makefile,*.mk]
indent_size = 2
[Makefile]
indent_style = tab indent_style = tab
[*.scss] [*.md]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
trim_trailing_whitespace = false