From 82ca0c1af744cb2b4b7f5680f3866f5ed7ee0270 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 11 Sep 2016 11:46:21 +0200 Subject: o Almost working version, not quite. Probably not the right way to do stuff. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b661808 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true -- cgit v1.2.3