From 115c23f95c59b74341e0689c0f5c2e434ddc1afd Mon Sep 17 00:00:00 2001 From: Jaroslav Beran Date: Mon, 28 Dec 2020 21:33:02 +0100 Subject: [PATCH] .editorconfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..f89de5d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 8 +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = true + +# Tab indentation (no size specified) +[Makefile] +indent_style = tab