summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-24 21:30:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-24 21:30:46 -0800
commit6bd809b6b4836e1026998c2d4c1fc76506de3e8f (patch)
tree327e818ebd1f26dfdbd6850269c8456cc291225f
parente5ab7bdbaa452d8bf7026875ee81fcb9c4a3c6d1 (diff)
parent9062edd1d3bdbd321aa645c45e820504456018df (diff)
Merge pull request #219 from nwellnhof/editorconfig
Fix .editorconfig
-rw-r--r--.editorconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 946396e..ab11d40 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,7 +12,12 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 2
-[{*.c,Makefile}]
+[*.{c,h}]
+trim_trailing_whitespace = true
+indent_style = tab
+indent_size = 8
+
+[Makefile]
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8