Add .editorconfig file
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 16 Apr 2019 12:08:18 +0000 (08:08 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitdebea5fceb46a7a6abe0a4fd8a1e79354f480cff
tree1226e368e4c2e4afa7d5dbe4a5a94f2251f1ac4c
parent6fd7524eadd221be891bd65548706ed5ab121f06
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.02451 seconds and 4 git commands to generate.