diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-25 18:14:46 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-25 18:14:46 -0600 |
commit | e900d76aaaa171496d6fefa28ce07e3364500743 (patch) | |
tree | 857b37a84727fbd878354b1b14489b9bcc929a08 /.editorconfig | |
parent | 743870947f61028c43bd414d5248fedf9bb72817 (diff) | |
download | spec-e900d76aaaa171496d6fefa28ce07e3364500743.tar.gz spec-e900d76aaaa171496d6fefa28ce07e3364500743.zip |
just build with make
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
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 |