Jelajahi Sumber

Corrects git filters in README.md

Martin Melik-Merkumians 9 tahun lalu
induk
melakukan
60d6a161eb
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -110,7 +110,8 @@ 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
+git config filter.uncrustify.clean "/path/to/uncrustify/uncrustify -c uncrustify.cfg --mtime --no-backup"
+
+git config filter.uncrustify.smudge "cat"