From 8b4ce0ba86d0396bde2546dd248c863876da4106 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 11 Jun 2017 10:08:37 +0100 Subject: Another step toward filters working --- .editorconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f24cd50 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# This is an EditorConfig file +# Learn more at http://editorconfig.org + +root = true + +# All files are UNIX-style and UTF-8 +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true + +# Makefiles use tabs +[Makefile] +indent_style = tab + +# C code uses tabs +[*.{c,h}] +indent_style = tab -- cgit v1.2.3