diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-06 12:36:32 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-06 12:36:52 -0800 |
commit | e76ccb29825b42c69c308ab3119c3b5ef68b8027 (patch) | |
tree | 801ff7a202f8db764b5ad48260faf5ca42469079 /.editorconfig | |
parent | 6aca1e9473f62f3ad16d86410c33793d5b0beea2 (diff) |
Reformatted code consistently.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index f0f2032..946396e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,4 @@ indent_size = 2 [{*.c,Makefile}] trim_trailing_whitespace = true indent_style = tab +indent_size = 8 |