Clarify that if patches don't follow existing code style, we'll have to manually reformat them ourselves.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3176 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2008-11-05 16:25:49 +00:00
parent a371bea2a0
commit fb6f59d85b

View File

@ -146,8 +146,8 @@ Style
* We don't put spaces between function names and the opening brace for
argument lists.
* Try to fit in with the existing code brace indenting style, comments,
operator spacing etc. It's not required but it makes our lives easier
;-)
operator spacing etc. It's not required for patches but it will save
us having to manually reformat them.
Libraries
---------