Add .editorconfig file
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 16 Apr 2019 12:08:18 +0000 (08:08 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit80629869e3c7f3e3ab5a7cd3ecf946f513bb5d3d
tree1226e368e4c2e4afa7d5dbe4a5a94f2251f1ac4c
parent91493af0b37cc81294fdc46d2528fdee46b52fab
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.023331 seconds and 5 git commands to generate.