From e8ffcd9b1415121eb8fa4cc900dde300959b3598 Mon Sep 17 00:00:00 2001 From: Christoph Schwarzmeier <christoph.schwarzmeier@fau.de> Date: Fri, 11 Jan 2019 13:14:45 +0100 Subject: [PATCH] Add waLBerla-conforming .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..ea4b346c1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# See https://editorconfig.org/ +root = true # top-most .editorconfig-file + +[*] +tab_width = 3 +indent_style = space +indent_size = 3 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = false \ No newline at end of file -- GitLab