[osg-users] EditorConfig file?

Robert Osfield robert.osfield at gmail.com
Sun Apr 14 08:52:20 PDT 2019


Hi Chris, Michael et. al,

On Sun, 14 Apr 2019 at 15:50, michael kapelko <kornerr at gmail.com> wrote:
> I would guess it might be not exactly appropriate to update
> OpenSceneGraph sources just to have the order in spaces and tabs.
> However, I think VulkanSceneGraph would definitely benefit
> EditorConfig rules. So once VSG has its place at GitHub, I would
> recommend re-raising this issue and creating a pull request.

For the VSG I've adopted clang-format to enforce standard formatting,
I run this periodically to make sure we don't deviate for too long.

The .clang-format file is:
    https://github.com/vsg-dev/VulkanSceneGraphPrototype/blob/master/.clang-format

I am not familiar with EditorConfig, for the VSG it won't be critical
for enforcing format.  I'm open to suggestons but don't want to liter
the code base with things that aren't critical to the use of the code
base.

Robert.


More information about the osg-users mailing list