From a0588c310225195818ebd4689eee5c4ad2103406 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 21 Sep 2017 19:46:17 +0000 Subject: Add a .vimrc and .editorconfig The `.vimrc` requires the `exrc` option to be turned on, and `.editorconfig` requires https://github.com/editorconfig/editorconfig-vim apparently. Closes: #1208 Approved by: cgwalters --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..89742b69 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +[*.[ch]] +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +indent_brace_style = gnu -- cgit v1.2.1