From 3de9270f785082b70e5d3cb7212271d7ad86a6d9 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Wed, 23 Sep 2020 22:05:59 +0200 Subject: Add better example in readme (#16) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 1fd14ef..5017192 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [Makefile] indent_style = tab -[*.go] +[{*.go,*.md}] indent_style = tab -- cgit 1.4.1