diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-02-03 23:04:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 23:04:47 +0100 |
commit | aa5ea24eb2c962c4632c07d99ad7a79d613f3424 (patch) | |
tree | 1a784abec57b0ed30c2a8d10a68b54f585623074 | |
parent | fecff9de1dae6569dc47152683ebb5477b1e168d (diff) | |
parent | 1e115e60dce7a97164caca527ae460be2391d2f6 (diff) | |
download | ghdl-aa5ea24eb2c962c4632c07d99ad7a79d613f3424.tar.gz ghdl-aa5ea24eb2c962c4632c07d99ad7a79d613f3424.tar.bz2 ghdl-aa5ea24eb2c962c4632c07d99ad7a79d613f3424.zip |
editorconfig: set charset=latin1 for VHDL sources
-rw-r--r-- | .editorconfig | 3 |
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 |