Displaying 6 results from an estimated 6 matches for "tabwidth".
Did you mean:
satwidth
2012 Feb 29
1
[LLVMdev] Coding standard - indentation width
...andard document doesn't mention anything about preferred
indentation width (only not to change per-file and not make massive
re-tabbing diffs), but I swear I've had people complain at me for not using
2 spaces in new files I've committed.
Am I misremembering, or is there a preferred tabwidth of 2, and if so where
is it / should it be documented?
Cheers,
James
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120229/f736f58c/attachment.html>
2012 Feb 29
0
[LLVMdev] Coding standard - indentation width
...sn’t mention anything about preferred
> indentation width (only not to change per-file and not make massive
> re-tabbing diffs), but I swear I’ve had people complain at me for not using
> 2 spaces in new files I’ve committed.
>
>
>
> Am I misremembering, or is there a preferred tabwidth of 2, and if so where
> is it / should it be documented?
>
no tabs, 2 spaces. I think.
>
>
> Cheers,
>
>
>
> James
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.ed...
2012 Mar 01
0
[LLVMdev] Coding standard - indentation width
...g standard document doesn’t mention anything about preferred indentation width (only not to change per-file and not make massive re-tabbing diffs), but I swear I’ve had people complain at me for not using 2 spaces in new files I’ve committed.
>
> Am I misremembering, or is there a preferred tabwidth of 2, and if so where is it / should it be documented?
I don't think it is documented, feel free to add it to CodingStandards.html.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120229/9de4a62...
2006 Feb 22
13
Mongrel 0.3.6 -- Win32 Service/Rails Real Good
Hello Folks,
This release of Mongrel should make the win32 folks go crazy. Thanks to
Luis Lavena it supports a full service system for installing any Rails app
as a service. This lets you start your rails apps from either the command
line or the Service console. Stopping is still a bit problematic but we
hope to have that solved in the next release.
You win32 folks should probably send Luis
2016 Apr 04
2
[PATCH FOR DISCUSSION ONLY 1/2] scripts: Add a script for formatting all C code in the project.
~~~ Not to be applied, for discussion only ~~~
I think we need some kind of "checkpatch" script to catch all the
annoying, nitpicky code style issues that submitters trip up on.
I looked at a few scripts that exist, primarily the ones from Linux
and qemu (massive and complicated), and libvirt (small and sane).
There are a couple of problems:
(1) Linux/qemu-style checkpatch only
2016 Apr 05
3
[PATCH v2 FOR DISCUSSION ONLY 1/2] scripts: Add a script for formatting all C code in the project.
See previous version:
https://www.redhat.com/archives/libguestfs/2016-April/msg00021.html
The formatting in this second version isn't too bad. Still
a few corner cases to sort out.
Rich.