aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-02-03 23:04:47 +0100
committerGitHub <noreply@github.com>2022-02-03 23:04:47 +0100
commitaa5ea24eb2c962c4632c07d99ad7a79d613f3424 (patch)
tree1a784abec57b0ed30c2a8d10a68b54f585623074
parentfecff9de1dae6569dc47152683ebb5477b1e168d (diff)
parent1e115e60dce7a97164caca527ae460be2391d2f6 (diff)
downloadghdl-aa5ea24eb2c962c4632c07d99ad7a79d613f3424.tar.gz
ghdl-aa5ea24eb2c962c4632c07d99ad7a79d613f3424.tar.bz2
ghdl-aa5ea24eb2c962c4632c07d99ad7a79d613f3424.zip
editorconfig: set charset=latin1 for VHDL sources
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 8da01346c..884561173 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,6 +9,9 @@ indent_style = tab
indent_size = 2
tab_width = 2
+[*.{vhd,vhdl}]
+charset = latin1
+
[*.{adb,ads,gpr}]
indent_style = space
indent_size = 3