From 5d9930aa0de203b2059cb3cfe3874fa0196fe975 Mon Sep 17 00:00:00 2001 From: Yuri Finkelstein Date: Thu, 21 Dec 2017 08:18:20 -1000 Subject: added config files for popular formatting tools (#4554) * added config files for popular formatting tools * edited and moved formatting files to root per review suggestion --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..c5a1b6c8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true +[*.{cpp,cc,h}] +end_of_line = LF +indent_style = space +indent_size = 2 +insert_final_newline = true + -- cgit v1.2.3