From c7943754f3fbab8e61fed389f4c3f3918ec37332 Mon Sep 17 00:00:00 2001 From: std-max <85441682+std-max@users.noreply.github.com> Date: Sun, 5 Dec 2021 21:27:33 +0100 Subject: Update .editorconfig with settings for Ada files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6c2b9ad94..8da01346c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,10 @@ indent_style = tab indent_size = 2 tab_width = 2 +[*.{adb,ads,gpr}] +indent_style = space +indent_size = 3 + [*.py] indent_style = space indent_size = 4 -- cgit v1.2.3