From 19f3ed1b073e743345639c3bf0b9204697394c42 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 26 Jan 2017 14:29:29 +0100 Subject: o Adding editorconfig. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f6e95d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true + +[{CMakeLists.txt,*.cmake}] +continuation_indent_size = 4 -- cgit v1.2.3