- Commit
- 0ed2541d6dc3ff31126915c6ea59d92f0c23acd1
- Parent
- ab254b555e02791e8d46cac4d1d8e75682c67671
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added .editorconfig.
Thanks to @lipis. Closes #50. This may need tweaking.
My personal build of CMark ✏️
Added .editorconfig.
Thanks to @lipis. Closes #50. This may need tweaking.
1 file changed, 17 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Added | .editorconfig | 17 | 17 | 0 |
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,17 @@ +# editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +insert_final_newline = true + +[*.js] +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + +[{*.c,Makefile}] +trim_trailing_whitespace = true +indent_style = tab