Fix .editorconfig (#137)
This commit is contained in:
parent
d3786e75dd
commit
e8103502da
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@ trim_trailing_whitespace = true
|
|||
[*.go]
|
||||
indent_style = tab
|
||||
|
||||
[*.{js,jsx,ts,tsx,json,html}]
|
||||
[*.{js, jsx, ts, tsx, json, html}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[webapp/package.json]
|
||||
indent_size = 2
|
||||
|
||||
[Makefile,*.mk]
|
||||
[{Makefile, *.mk}]
|
||||
indent_style = tab
|
||||
|
||||
[*.md]
|
||||
|
|
Reference in a new issue