From 94c66fd01a8da67a9e169135780d8967eba69048 Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Tue, 3 Dec 2019 13:01:40 +0300 Subject: Add .editorconfig See https://editorconfig.org/ for more info. --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0cc68d6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +end_of_line = lf + +[CMakeLists.txt] +indent_style = tab -- cgit v1.2.1