Fix .editorconfig (#137)

This commit is contained in:
Artur M. Wolff 2020-10-20 16:37:29 +02:00 committed by GitHub
parent d3786e75dd
commit e8103502da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@ trim_trailing_whitespace = true
[*.go] [*.go]
indent_style = tab indent_style = tab
[*.{js,jsx,ts,tsx,json,html}] [*.{js, jsx, ts, tsx, json, html}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[webapp/package.json] [webapp/package.json]
indent_size = 2 indent_size = 2
[Makefile,*.mk] [{Makefile, *.mk}]
indent_style = tab indent_style = tab
[*.md] [*.md]