Martin Melik-Merkumians 9 жил өмнө
parent
commit
9ebb9cec55
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -110,8 +110,10 @@ Also, please update and/or add doxygen comments to the provided code sections.
 Please stick to the coding conventions, as defined in source/doc/coding_rules
 The easiest way to conform to the indenting convertion is to set uncrustify as git filter in the OpENer repository, which can be done with the following to commands:
 
+```
 git config filter.uncrustify.clean "/path/to/uncrustify/uncrustify -c uncrustify.cfg --mtime --no-backup"
 
 git config filter.uncrustify.smudge "cat"
+```