aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorstd-max <85441682+std-max@users.noreply.github.com>2021-12-05 21:27:33 +0100
committertgingold <tgingold@users.noreply.github.com>2021-12-06 08:03:22 +0100
commitc7943754f3fbab8e61fed389f4c3f3918ec37332 (patch)
tree8a6a175b0b2a2a7777110f581e92c2aee6c7c445 /.editorconfig
parent48dc55952df05c12e407eb74ced73f62f4d366d2 (diff)
downloadghdl-c7943754f3fbab8e61fed389f4c3f3918ec37332.tar.gz
ghdl-c7943754f3fbab8e61fed389f4c3f3918ec37332.tar.bz2
ghdl-c7943754f3fbab8e61fed389f4c3f3918ec37332.zip
Update .editorconfig with settings for Ada files
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
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