diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2023-08-21 19:23:58 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2023-08-21 19:40:38 +0200 |
commit | 581c75acaf8cd65877f65ac98f66c9f3b6ef2a72 (patch) | |
tree | f8650c7d57523b5c0921bd4e24e1c39b347b008c /.editorconfig | |
download | garm-581c75acaf8cd65877f65ac98f66c9f3b6ef2a72.tar.gz |
Inital commit
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3eb4d0c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.hcl] +indent_size = 2 |