From e7b7489a6f75524895c5b37b2a1fd670c82edf18 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 8 Apr 2016 18:26:07 +0200 Subject: add editor config --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..35868c0cf --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +trim_trailing_whitespace = true + +[*.{js,php,html}] +indent_style = space +indent_size = 4 +charset = utf-8 + +[Makefile] +indent_style = tab + -- cgit v1.2.3