From 446714f0d8a5d486cb2d0460f8946da824b7189c Mon Sep 17 00:00:00 2001 From: arve0 Date: Wed, 25 May 2016 11:35:15 +0200 Subject: [PATCH] legg til .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..29b8a3268c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*.md] +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file