aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-25 18:14:46 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-25 18:14:46 -0600
commite900d76aaaa171496d6fefa28ce07e3364500743 (patch)
tree857b37a84727fbd878354b1b14489b9bcc929a08 /.editorconfig
parent743870947f61028c43bd414d5248fedf9bb72817 (diff)
downloadspec-e900d76aaaa171496d6fefa28ce07e3364500743.tar.gz
spec-e900d76aaaa171496d6fefa28ce07e3364500743.zip
just build with make
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index d3fcdc6..f4dfbaa 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,3 +6,6 @@ insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
+
+[Makefile]
+indent_style = tab