From 2cd0f0c55561160a7b7903512a7c264959f37663 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 30 Sep 2012 16:18:42 +0000 Subject: Aaron Schrab: 30712: .editorconfig: multi-editor specification of editing formats. --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..58421c055 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true # Top-most editorconfig file + +[*] +end_of_line = lf +tab_width = 8 +indent_size = 2 + +[*.[ch]] +indent_size = 4 -- cgit 1.4.1