From 99a322a6badf5b6d95be4944e80d92fc1cb2589e Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Sun, 11 Aug 2019 22:08:49 +0800 Subject: ... --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..a957f24a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +end_of_line = crlf +insert_final_newline = true + +[*.cpp] +indent_style = space +indent_size = 2 + +[*.hpp] +indent_style = space +indent_size = 2 -- cgit v1.2.3