mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
minor change
This commit is contained in:
parent
aaf3d478b2
commit
e7534433bc
@ -12,6 +12,8 @@ filetype indent on
|
|||||||
set sw=4
|
set sw=4
|
||||||
set smarttab
|
set smarttab
|
||||||
|
|
||||||
|
You can adjust the ts and sw variables to use your preferred tabstop.
|
||||||
|
|
||||||
|
|
||||||
Place the following into, e.g., /usr/share/vim/vim60/indent/php.vim.
|
Place the following into, e.g., /usr/share/vim/vim60/indent/php.vim.
|
||||||
This is not a vim syntax file, so don't overwrite your syntax/php.vim
|
This is not a vim syntax file, so don't overwrite your syntax/php.vim
|
||||||
@ -93,6 +95,6 @@ HINT: To reformat an already-coded file using the above:
|
|||||||
|
|
||||||
5. Visually inspect this section to make sure the formatting is correct.
|
5. Visually inspect this section to make sure the formatting is correct.
|
||||||
Using the above method is nearly perfect, but depends on the proper
|
Using the above method is nearly perfect, but depends on the proper
|
||||||
use of brackets for if statements, etc, as outlined in coding_format.txt.
|
use of brackets for if statements, etc, as outlined in coding_standard.txt.
|
||||||
|
|
||||||
FIN
|
FIN
|
||||||
|
Loading…
Reference in New Issue
Block a user