Add .editorconfig file
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 16 Apr 2019 12:08:18 +0000 (08:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
commita2b9f08c0e16048812c862dd7238b8733496f7eb
tree360404ad0aa8f928b58f54eb7cdc967dcad7e05d
parentccd35bbd6fff549df8db6a7b7ff0adc38843cc4b
Add .editorconfig file

This file helps editors set the indentation (and other whitespace)
settings correctly to match the project's coding style.

For now I have just put some simple settings for C, Swig interface and
Python files, but we can add more as needed.

See here for more details:

    https://editorconfig.org/

Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
.editorconfig [new file with mode: 0644]
This page took 0.025882 seconds and 4 git commands to generate.