1
1
* 172_indent:
  Ticket #172: Use 'indent' utility
Этот коммит содержится в:
Slava Zanko 2010-02-25 16:12:56 +02:00
родитель ff7e5d92ab 133d46dcc7
Коммит f1790672dc

Просмотреть файл

@ -86,7 +86,17 @@ that is not default for GNU Indent. Please put following text to your
~/.indent.pro file to make GNU Indent follow the style used in GNU ~/.indent.pro file to make GNU Indent follow the style used in GNU
Midnight Commander: Midnight Commander:
-kr -i4 -pcs -psl --ignore-newlines --gnu-style
--format-first-column-comments
--indent-level4
--brace-indent0
--line-length100
--no-tabs
--blank-lines-after-procedures
or in short notation:
indent -gnu -fc1 -i4 -bli0 -nut -bap -l100
It's OK to indent the whole function if you edit it. However, please It's OK to indent the whole function if you edit it. However, please
refrain from it if you are posting your patch for review. In this case refrain from it if you are posting your patch for review. In this case