cmark

My personal build of CMark ✏️

Commit
6bd809b6b4836e1026998c2d4c1fc76506de3e8f
Parent
e5ab7bdbaa452d8bf7026875ee81fcb9c4a3c6d1
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #219 from nwellnhof/editorconfig

Fix .editorconfig

Diffstat

1 file changed, 6 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified .editorconfig 7 6 1
diff --git 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