From: Simon Marchi Date: Tue, 16 Apr 2019 12:08:18 +0000 (-0400) Subject: Add .editorconfig file X-Git-Tag: v2.0.0-pre5~97 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a2b9f08c0e16048812c862dd7238b8733496f7eb;hp=a2b9f08c0e16048812c862dd7238b8733496f7eb;p=babeltrace.git 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 ---