From 6c1a138e9785238da51e7e9587a5215703f46201 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 15 Feb 2019 19:53:16 +0300 Subject: [PATCH] .editoconfig: add CMakeLists style --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1b2e53e54..4aa4031b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,3 +14,7 @@ indent_style = tab [*.txt] tab_width = 8 + +[CMakeLists.txt] +indent_style = space +indent_size = 2