Configure Haskell in editor config

This commit is contained in:
Emi Simpson 2023-09-28 12:19:13 -04:00
parent 2562ef0013
commit 7ba84ddb6d
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
settings."{*.{md,gmi,adoc},COMMIT_EDITMSG}" = {
max_line_length = 0;
};
settings."*.{elm,lisp,yml,purs}" = {
settings."*.{elm,lisp,yml,purs,hs}" = {
indent_style = "space";
indent_size = 2;
};