From e8103502da654f24235be87b77c265b5dc238715 Mon Sep 17 00:00:00 2001 From: "Artur M. Wolff" Date: Tue, 20 Oct 2020 16:37:29 +0200 Subject: [PATCH] Fix .editorconfig (#137) --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a517dca..bd669a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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]