From 691c0b52d8cf9d9a63f863975b826f43b77c25e3 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 29 Jun 2016 08:25:56 +0000 Subject: Editorconfig support (experimental) --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..34b7bab --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + +# Matches multiple files with brace expansion notation +# Set default charset +[*.{c,h}] +charset = utf-8 +indent_style = tab +indent_size = 4 +tab_width = 8 +trim_trailing_whitespace = true -- cgit v0.12